Fix spelling and grammar in a comment.
[oota-llvm.git] / win32 / Transforms / Transforms.vcproj
index 7eb0514bd8a04a9f8f83704612fe3de76f38d3eb..f94e18e5e8a8401a1dbaf733ae85d748e83e9f25 100644 (file)
@@ -22,7 +22,7 @@
                        OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
                        ConfigurationType="4"
-                       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+                       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
                        CharacterSet="2"
                        >
                        <Tool
@@ -93,7 +93,7 @@
                        OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
                        ConfigurationType="4"
-                       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+                       InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
                        CharacterSet="2"
                        >
                        <Tool
                                        RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp"
                                        >
                                </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp"
-                                       >
-                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"
                                        >
                                        RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp"
                                        >
                                </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Ipo\Inliner.h"
-                                       >
-                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp"
                                        >
                                        >
                                </File>
                                <File
-                                       RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp"
+                                       RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"
                                        >
                                </File>
                                <File
-                                       RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"
+                                       RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"
                                        >
                                </File>
                                <File
-                                       RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"
+                                       RelativePath="..\..\lib\Transforms\IPO\StructRetPromotion.cpp"
                                        >
                                </File>
                        </Filter>
                                        RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp"
                                        >
                                </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp"
-                                       >
-                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp"
                                        >
                                        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"
                                        >
                                        >
                                </File>
                                <File
-                                       RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp"
+                                       RelativePath="..\..\lib\Transforms\Scalar\MemCpyOptimizer.cpp"
                                        >
                                </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp"
                                        >
                                </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Scalar\Scalar.cpp"
+                                       >
+                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp"
                                        >
                                        >
                                </File>
                                <File
-                                       RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp"
+                                       RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFGPass.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"
                                        >
                                        RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp"
                                        >
                                </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Utils\LowerSelect.cpp"
-                                       >
-                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp"
                                        >
                                        RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp"
                                        >
                                </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Utils\UnrollLoop.cpp"
+                                       >
+                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp"
                                        >