[llvm-commits] [llvm] r44690 - /llvm/trunk/win32/CodeGen/CodeGen.vcproj

Chuck Rose III cfr at adobe.com
Fri Dec 7 16:53:13 PST 2007


Author: cfr
Date: Fri Dec  7 18:53:13 2007
New Revision: 44690

URL: http://llvm.org/viewvc/llvm-project?rev=44690&view=rev
Log:
Adding MachineLoopInfo.h,.cpp and MachineLICP.cpp to VStudio build

Modified:
    llvm/trunk/win32/CodeGen/CodeGen.vcproj

Modified: llvm/trunk/win32/CodeGen/CodeGen.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/CodeGen/CodeGen.vcproj?rev=44690&r1=44689&r2=44690&view=diff

==============================================================================
--- llvm/trunk/win32/CodeGen/CodeGen.vcproj (original)
+++ llvm/trunk/win32/CodeGen/CodeGen.vcproj Fri Dec  7 18:53:13 2007
@@ -377,6 +377,14 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\CodeGen\MachineLICM.cpp"
+				>
+			</File>
+			<File
+				RelativePath="..\..\lib\CodeGen\MachineLoopInfo.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\CodeGen\MachineModuleInfo.cpp"
 				>
 			</File>
@@ -603,6 +611,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\include\llvm\CodeGen\MachineLoopInfo.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\include\llvm\CodeGen\MachineModuleInfo.h"
 				>
 			</File>





More information about the llvm-commits mailing list