[llvm-commits] [llvm] r57697 - /llvm/branches/release_24/win32/CodeGen/CodeGen.vcproj

Tanya Lattner tonic at nondot.org
Fri Oct 17 10:40:17 PDT 2008


Author: tbrethou
Date: Fri Oct 17 12:40:17 2008
New Revision: 57697

URL: http://llvm.org/viewvc/llvm-project?rev=57697&view=rev
Log:
update win32 project file, patch provided by OvermindDL1 on llvmdev.

Modified:
    llvm/branches/release_24/win32/CodeGen/CodeGen.vcproj

Modified: llvm/branches/release_24/win32/CodeGen/CodeGen.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_24/win32/CodeGen/CodeGen.vcproj?rev=57697&r1=57696&r2=57697&view=diff

==============================================================================
--- llvm/branches/release_24/win32/CodeGen/CodeGen.vcproj (original)
+++ llvm/branches/release_24/win32/CodeGen/CodeGen.vcproj Fri Oct 17 12:40:17 2008
@@ -425,6 +425,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\CodeGen\PBQP.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\CodeGen\PHIElimination.cpp"
 				>
 			</File>
@@ -453,6 +457,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\CodeGen\RegAllocPBQP.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\CodeGen\RegAllocSimple.cpp"
 				>
 			</File>
@@ -739,6 +747,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\CodeGen\PBQP.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\CodeGen\PhysRegTracker.h"
 				>
 			</File>





More information about the llvm-commits mailing list