[llvm-commits] [llvm] r57386 - /llvm/trunk/win32/CodeGen/CodeGen.vcproj
Chris Lattner
sabre at nondot.org
Sat Oct 11 15:15:00 PDT 2008
Author: lattner
Date: Sat Oct 11 17:14:59 2008
New Revision: 57386
URL: http://llvm.org/viewvc/llvm-project?rev=57386&view=rev
Log:
update win32 project file, patch provided by OvermindDL1 on llvmdev.
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=57386&r1=57385&r2=57386&view=diff
==============================================================================
--- llvm/trunk/win32/CodeGen/CodeGen.vcproj (original)
+++ llvm/trunk/win32/CodeGen/CodeGen.vcproj Sat Oct 11 17:14:59 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