diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2007-03-05 00:00:42 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2007-03-05 00:00:42 +0000 |
commit | b622c11f775e0fb147a5487bc4345b813f5a47f0 (patch) | |
tree | a749bc824452c7d96d1f99328e9761cd68e85a7d /llvm/win32/Transforms | |
parent | 2fbcc0714c505fa6573709e987489cb6f698ab61 (diff) | |
download | bcm5719-llvm-b622c11f775e0fb147a5487bc4345b813f5a47f0.tar.gz bcm5719-llvm-b622c11f775e0fb147a5487bc4345b813f5a47f0.zip |
Unbreak VC++ build.
llvm-svn: 34917
Diffstat (limited to 'llvm/win32/Transforms')
-rw-r--r-- | llvm/win32/Transforms/Transforms.vcproj | 24 |
1 files changed, 3 insertions, 21 deletions
diff --git a/llvm/win32/Transforms/Transforms.vcproj b/llvm/win32/Transforms/Transforms.vcproj index e1856daac1c..f756c6222e1 100644 --- a/llvm/win32/Transforms/Transforms.vcproj +++ b/llvm/win32/Transforms/Transforms.vcproj @@ -108,18 +108,6 @@ Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> - <File - RelativePath="..\..\lib\Transforms\ExprTypeConvert.cpp"> - </File> - <File - RelativePath="..\..\lib\Transforms\LevelRaise.cpp"> - </File> - <File - RelativePath="..\..\lib\Transforms\TransformInternals.cpp"> - </File> - <File - RelativePath="..\..\lib\Transforms\TransformInternals.h"> - </File> <Filter Name="Instrumentation" Filter=""> @@ -130,9 +118,6 @@ RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp"> </File> <File - RelativePath="..\..\lib\Transforms\Instrumentation\EmitFunctions.cpp"> - </File> - <File RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp"> </File> <File @@ -144,9 +129,6 @@ <File RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h"> </File> - <File - RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp"> - </File> </Filter> <Filter Name="IPO" @@ -167,9 +149,6 @@ RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp"> </File> <File - RelativePath="..\..\lib\Transforms\Ipo\FunctionResolution.cpp"> - </File> - <File RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"> </File> <File @@ -209,6 +188,9 @@ RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp"> </File> <File + RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"> + </File> + <File RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"> </File> </Filter> |