[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj

Jeff Cohen jeffc at jolt-lang.org
Tue Oct 25 22:37:02 PDT 2005



Changes in directory llvm/win32/Transforms:

Transforms.vcproj updated: 1.14 -> 1.15
---
Log message:

Update Visual Studio projects to reflect moved file.

---
Diffs of the changes:  (+3 -3)

 Transforms.vcproj |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/win32/Transforms/Transforms.vcproj
diff -u llvm/win32/Transforms/Transforms.vcproj:1.14 llvm/win32/Transforms/Transforms.vcproj:1.15
--- llvm/win32/Transforms/Transforms.vcproj:1.14	Sun Oct 23 21:57:24 2005
+++ llvm/win32/Transforms/Transforms.vcproj	Wed Oct 26 00:36:51 2005
@@ -241,9 +241,6 @@
 					RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp">
 				</File>
 				<File
-					RelativePath="..\..\lib\Transforms\Scalar\LoopSimplify.cpp">
-				</File>
-				<File
 					RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp">
 				</File>
 				<File
@@ -333,6 +330,9 @@
 					RelativePath="..\..\lib\Transforms\Utils\Local.cpp">
 				</File>
 				<File
+					RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp">
+				</File>
+				<File
 					RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp">
 				</File>
 				<File






More information about the llvm-commits mailing list