diff options
author | Steve Naroff <snaroff@apple.com> | 2009-01-22 23:05:37 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2009-01-22 23:05:37 +0000 |
commit | d94aa403b74d2c5a726d26d666a1396a82443bb6 (patch) | |
tree | fec0583d226aea3fa8084f9c6d3848c20aa034cb /win32 | |
parent | 67ba22318b49200ffdedb1f50a8d89f08e6c710c (diff) |
Handful of fixes to the VC project files.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62807 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r-- | win32/CodeGen/CodeGen.vcproj | 16 | ||||
-rw-r--r-- | win32/Transforms/Transforms.vcproj | 12 |
2 files changed, 12 insertions, 16 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index 1e0976bb68..7707e79027 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -477,6 +477,14 @@ > </File> <File + RelativePath="..\..\lib\CodeGen\ScheduleDAG.cpp" + > + </File> + <File + RelativePath="..\..\lib\CodeGen\ScheduleDAGEmit.cpp" + > + </File> + <File RelativePath="..\..\lib\CodeGen\ShadowStackGC.cpp" > </File> @@ -552,14 +560,6 @@ > </File> <File - RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp" - > - </File> - <File - RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGEmit.cpp" - > - </File> - <File RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGFast.cpp" > </File> diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj index 0bde3d89ff..2554a4ea3b 100644 --- a/win32/Transforms/Transforms.vcproj +++ b/win32/Transforms/Transforms.vcproj @@ -344,10 +344,6 @@ Name="IPO" > <File - RelativePath="..\..\lib\Transforms\IPO\FunctionAttrs.cpp" - > - </File> - <File RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp" > </File> @@ -368,6 +364,10 @@ > </File> <File + RelativePath="..\..\lib\Transforms\IPO\FunctionAttrs.cpp" + > + </File> + <File RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp" > </File> @@ -610,10 +610,6 @@ > </File> <File - RelativePath="..\..\lib\Transforms\Utils\DbgInfoUtils.cpp" - > - </File> - <File RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp" > </File> |