aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-06-07 19:33:54 +0000
committerChris Lattner <sabre@nondot.org>2008-06-07 19:33:54 +0000
commitb1626173db041f7ba6c84a3b0739fe147b69d110 (patch)
treeb1ea49c02477f8209f6ac2964b131ff65a0ec81b
parent20a607ebf4932abb113e18ed210127fbe8ff5f50 (diff)
downloadexternal_llvm-b1626173db041f7ba6c84a3b0739fe147b69d110.zip
external_llvm-b1626173db041f7ba6c84a3b0739fe147b69d110.tar.gz
external_llvm-b1626173db041f7ba6c84a3b0739fe147b69d110.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
-rw-r--r--win32/Analysis/Analysis.vcproj4
-rw-r--r--win32/CodeGen/CodeGen.vcproj8
2 files changed, 12 insertions, 0 deletions
diff --git a/win32/Analysis/Analysis.vcproj b/win32/Analysis/Analysis.vcproj
index 6f4eb69..923edb4 100644
--- a/win32/Analysis/Analysis.vcproj
+++ b/win32/Analysis/Analysis.vcproj
@@ -408,6 +408,10 @@
RelativePath="..\..\lib\Analysis\ValueNumbering.cpp"
>
</File>
+ <File
+ RelativePath="..\..\lib\Analysis\ValueTracking.cpp"
+ >
+ </File>
<Filter
Name="IPA"
>
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>