diff options
author | Chris Lattner <sabre@nondot.org> | 2008-06-07 19:33:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-06-07 19:33:54 +0000 |
commit | e562a2f49963414e3f122a1cd98a8a6012193a06 (patch) | |
tree | b1ea49c02477f8209f6ac2964b131ff65a0ec81b /win32/CodeGen | |
parent | 4d09efd7b8fdf9e8a8c89bdb821f4992091a764b (diff) | |
download | external_llvm-e562a2f49963414e3f122a1cd98a8a6012193a06.zip external_llvm-e562a2f49963414e3f122a1cd98a8a6012193a06.tar.gz external_llvm-e562a2f49963414e3f122a1cd98a8a6012193a06.tar.bz2 |
Update VC project files, patch by Cédric Venet!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52077 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/CodeGen')
-rw-r--r-- | win32/CodeGen/CodeGen.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index c109099..bec007e 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -353,6 +353,10 @@ > </File> <File + RelativePath="..\..\lib\CodeGen\LiveStackAnalysis.cpp" + > + </File> + <File RelativePath="..\..\lib\CodeGen\LiveVariables.cpp" > </File> @@ -473,6 +477,10 @@ > </File> <File + RelativePath="..\..\lib\CodeGen\StackSlotColoring.cpp" + > + </File> + <File RelativePath="..\..\lib\CodeGen\StrongPHIElimination.cpp" > </File> |