aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChuck Rose III <cfr@adobe.com>2007-12-08 00:53:13 +0000
committerChuck Rose III <cfr@adobe.com>2007-12-08 00:53:13 +0000
commitd7a1ecc3e2aaf26d2892a6c783dff7fb1928d735 (patch)
treeb196935a2c4dcbd2b185257925cd35ece4498df8
parentb958b0d1b262bd2dd4da1d2ac4f1fad6b94f2a1c (diff)
downloadexternal_llvm-d7a1ecc3e2aaf26d2892a6c783dff7fb1928d735.zip
external_llvm-d7a1ecc3e2aaf26d2892a6c783dff7fb1928d735.tar.gz
external_llvm-d7a1ecc3e2aaf26d2892a6c783dff7fb1928d735.tar.bz2
Adding MachineLoopInfo.h,.cpp and MachineLICP.cpp to VStudio build
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44690 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--win32/CodeGen/CodeGen.vcproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj
index 0d09138..d87abc2 100644
--- a/win32/CodeGen/CodeGen.vcproj
+++ b/win32/CodeGen/CodeGen.vcproj
@@ -377,6 +377,14 @@
>
</File>
<File
+ RelativePath="..\..\lib\CodeGen\MachineLICM.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\MachineLoopInfo.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\MachineModuleInfo.cpp"
>
</File>
@@ -603,6 +611,10 @@
>
</File>
<File
+ RelativePath="..\..\include\llvm\CodeGen\MachineLoopInfo.h"
+ >
+ </File>
+ <File
RelativePath="..\..\include\llvm\CodeGen\MachineModuleInfo.h"
>
</File>