diff options
author | Chuck Rose III <cfr@adobe.com> | 2007-08-28 18:59:02 +0000 |
---|---|---|
committer | Chuck Rose III <cfr@adobe.com> | 2007-08-28 18:59:02 +0000 |
commit | e87935b379c4dd6db4e24e0a5b58d53699b44e63 (patch) | |
tree | 66509ca0e9b859d843cea547633798a929ac7b8e /llvm/win32/Transforms | |
parent | cf871f59bf9ba950c13e878bb1dd3b2bb60171e2 (diff) | |
download | bcm5719-llvm-e87935b379c4dd6db4e24e0a5b58d53699b44e63.tar.gz bcm5719-llvm-e87935b379c4dd6db4e24e0a5b58d53699b44e63.zip |
Update win32 VStudio project files to keep pace with recently added and deleted files
llvm-svn: 41553
Diffstat (limited to 'llvm/win32/Transforms')
-rw-r--r-- | llvm/win32/Transforms/Transforms.vcproj | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/llvm/win32/Transforms/Transforms.vcproj b/llvm/win32/Transforms/Transforms.vcproj index 441ddd4d5a5..91736f4b496 100644 --- a/llvm/win32/Transforms/Transforms.vcproj +++ b/llvm/win32/Transforms/Transforms.vcproj @@ -309,10 +309,6 @@ > </File> <File - RelativePath="..\..\lib\Transforms\Scalar\FastDSE.cpp" - > - </File> - <File RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp" > </File> @@ -337,6 +333,10 @@ > </File> <File + RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp" + > + </File> + <File RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp" > </File> @@ -417,6 +417,10 @@ > </File> <File + RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp" + > + </File> + <File RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp" > </File> |