[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Sun Nov 5 11:32:33 PST 2006
Changes in directory llvm/win32/Transforms:
Transforms.vcproj updated: 1.22 -> 1.23
---
Log message:
Unbreak VC++ build.
---
Diffs of the changes: (+19 -16)
Transforms.vcproj | 35 +++++++++++++++++++----------------
1 files changed, 19 insertions(+), 16 deletions(-)
Index: llvm/win32/Transforms/Transforms.vcproj
diff -u llvm/win32/Transforms/Transforms.vcproj:1.22 llvm/win32/Transforms/Transforms.vcproj:1.23
--- llvm/win32/Transforms/Transforms.vcproj:1.22 Mon Apr 10 21:01:22 2006
+++ llvm/win32/Transforms/Transforms.vcproj Sun Nov 5 13:31:28 2006
@@ -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
More information about the llvm-commits
mailing list