diff options
author | Chuck Rose III <cfr@adobe.com> | 2007-12-08 00:53:13 +0000 |
---|---|---|
committer | Chuck Rose III <cfr@adobe.com> | 2007-12-08 00:53:13 +0000 |
commit | e5839f878855b2e0cd0e1288530933ac3137ad1b (patch) | |
tree | b196935a2c4dcbd2b185257925cd35ece4498df8 /win32 | |
parent | 0f940c95d4506f8d04fa2aeda8a79cadb3105fe3 (diff) | |
download | external_llvm-e5839f878855b2e0cd0e1288530933ac3137ad1b.zip external_llvm-e5839f878855b2e0cd0e1288530933ac3137ad1b.tar.gz external_llvm-e5839f878855b2e0cd0e1288530933ac3137ad1b.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
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 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> |