Update a couple VC++ project files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50780 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Steve Naroff 2008-05-06 23:14:34 +00:00
parent 70e616fa0b
commit bec41b8db3
2 changed files with 31 additions and 1 deletions

View File

@ -408,7 +408,7 @@
>
</File>
<File
RelativePath="..\..\utils\TableGen\LLVMCCConfigurationEmitter.cpp"
RelativePath="..\..\utils\TableGen\LLVMCConfigurationEmitter.cpp"
>
</File>
<File

View File

@ -463,10 +463,18 @@
RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp"
>
</File>
<File
RelativePath="..\..\lib\Transforms\Scalar\JumpThreading.cpp"
>
</File>
<File
RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
>
</File>
<File
RelativePath="..\..\lib\Transforms\Scalar\LoopDeletion.cpp"
>
</File>
<File
RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
>
@ -519,6 +527,28 @@
RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp"
>
</File>
<File
RelativePath="..\..\lib\Transforms\Scalar\SimplifyLibCalls.cpp"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\$(InputName)1.obj"
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\$(InputName)1.obj"
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
/>
</FileConfiguration>
</File>
<File
RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp"
>