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 | ea6232e9253fb63a3c46218ea5c15cff63e05164 (patch) | |
tree | 5976992b67683126da11c688a701e0c607c6bc78 /win32 | |
parent | fe5d4021d0884e4cb94a7bb688fa0b02950ee29c (diff) | |
download | external_llvm-ea6232e9253fb63a3c46218ea5c15cff63e05164.zip external_llvm-ea6232e9253fb63a3c46218ea5c15cff63e05164.tar.gz external_llvm-ea6232e9253fb63a3c46218ea5c15cff63e05164.tar.bz2 |
update win32 project file, patch provided by OvermindDL1 on llvmdev.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57386 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/CodeGen/CodeGen.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index b5b755f..dd82385 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/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> |