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 | 1b8f4bb4a1a46e8a2295bdaf0454a5c302863703 (patch) | |
tree | 5976992b67683126da11c688a701e0c607c6bc78 /win32 | |
parent | e563bbc312f8b11ecfe12b8187176f667df1dff3 (diff) |
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 b5b755f289..dd82385a14 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> |