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 | 7d6f3db3e2ccba8625d9c8f2a22592ea16ed3fc6 (patch) | |
| tree | 12d84c9eda1810eafd23f43e3d1d2e2ec60164ac /llvm/win32/Transforms | |
| parent | 35b927e0d3bd3113dfff152425a70363bd213145 (diff) | |
| download | bcm5719-llvm-7d6f3db3e2ccba8625d9c8f2a22592ea16ed3fc6.tar.gz bcm5719-llvm-7d6f3db3e2ccba8625d9c8f2a22592ea16ed3fc6.zip | |
Unbreak VC++ build.
llvm-svn: 31464
Diffstat (limited to 'llvm/win32/Transforms')
| -rw-r--r-- | llvm/win32/Transforms/Transforms.vcproj | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/llvm/win32/Transforms/Transforms.vcproj b/llvm/win32/Transforms/Transforms.vcproj index 09787138b6f..c2449e9c1e9 100644 --- a/llvm/win32/Transforms/Transforms.vcproj +++ b/llvm/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 |

