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 | c214d1605fee636c4eb810d0aef09a9df2caff3d (patch) | |
| tree | 2ad171dbd00ef3cc96d6c012f79f0c8e901a4a3e /llvm/win32/CodeGen | |
| parent | 1f6ed92dbb95aff606b34ace6cb99aebc430b592 (diff) | |
| download | bcm5719-llvm-c214d1605fee636c4eb810d0aef09a9df2caff3d.tar.gz bcm5719-llvm-c214d1605fee636c4eb810d0aef09a9df2caff3d.zip | |
Adding MachineLoopInfo.h,.cpp and MachineLICP.cpp to VStudio build
llvm-svn: 44690
Diffstat (limited to 'llvm/win32/CodeGen')
| -rw-r--r-- | llvm/win32/CodeGen/CodeGen.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/win32/CodeGen/CodeGen.vcproj b/llvm/win32/CodeGen/CodeGen.vcproj index 0d09138f63d..d87abc2bb5b 100644 --- a/llvm/win32/CodeGen/CodeGen.vcproj +++ b/llvm/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> |

