diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-11 22:14:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-11 22:14:59 +0000 |
commit | f94e1bc53adc483b53c699e676e512b7c1b77e1e (patch) | |
tree | 1135fc83b01131775c49e4b24a176e68dde1e1c8 /llvm/win32 | |
parent | 2753955fc09ad41546dc2ff4623a90433e92428d (diff) | |
download | bcm5719-llvm-f94e1bc53adc483b53c699e676e512b7c1b77e1e.tar.gz bcm5719-llvm-f94e1bc53adc483b53c699e676e512b7c1b77e1e.zip |
update win32 project file, patch provided by OvermindDL1 on llvmdev.
llvm-svn: 57386
Diffstat (limited to 'llvm/win32')
-rw-r--r-- | llvm/win32/CodeGen/CodeGen.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/win32/CodeGen/CodeGen.vcproj b/llvm/win32/CodeGen/CodeGen.vcproj index b5b755f289a..dd82385a14c 100644 --- a/llvm/win32/CodeGen/CodeGen.vcproj +++ b/llvm/win32/CodeGen/CodeGen.vcproj @@ -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> |