diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-11-05 19:31:28 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-11-05 19:31:28 +0000 |
commit | d41b30def3181bce4bf87e8bde664d15663165d0 (patch) | |
tree | b4a9c4e0797b23f78257e4cb0f74fde8ec183b2e /win32/Transforms | |
parent | bcf81242df7983b8e86bec179c4fa04265b26db2 (diff) | |
download | external_llvm-d41b30def3181bce4bf87e8bde664d15663165d0.zip external_llvm-d41b30def3181bce4bf87e8bde664d15663165d0.tar.gz external_llvm-d41b30def3181bce4bf87e8bde664d15663165d0.tar.bz2 |
Unbreak VC++ build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31464 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Transforms')
-rw-r--r-- | win32/Transforms/Transforms.vcproj | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj index 0978713..c2449e9 100644 --- a/win32/Transforms/Transforms.vcproj +++ b/win32/Transforms/Transforms.vcproj @@ -261,25 +261,13 @@ RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp"> </File> <File - RelativePath="..\..\lib\Transforms\Scalar\LowerAllocations.cpp"> - </File> - <File RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp"> </File> <File - RelativePath="..\..\lib\Transforms\Scalar\LowerInvoke.cpp"> - </File> - <File RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp"> </File> <File - RelativePath="..\..\lib\Transforms\Scalar\LowerSelect.cpp"> - </File> - <File - RelativePath="..\..\lib\Transforms\Scalar\LowerSwitch.cpp"> - </File> - <File - RelativePath="..\..\lib\Transforms\Scalar\Mem2Reg.cpp"> + RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp"> </File> <File RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp"> @@ -335,12 +323,30 @@ RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp"> </File> <File + RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp"> + </File> + <File RelativePath="..\..\lib\Transforms\Utils\Local.cpp"> </File> <File RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp"> </File> <File + RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp"> + </File> + <File + RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp"> + </File> + <File + RelativePath="..\..\lib\Transforms\Utils\LowerSelect.cpp"> + </File> + <File + RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp"> + </File> + <File + RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp"> + </File> + <File RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp"> </File> <File @@ -389,9 +395,6 @@ RelativePath="..\..\include\llvm\Transforms\IPO.h"> </File> <File - RelativePath="..\..\include\llvm\Transforms\LinkAllPasses.h"> - </File> - <File RelativePath="..\..\include\llvm\Transforms\Utils\Local.h"> </File> <File |