Fix a typo in a comment.
[oota-llvm.git] / win32 / Transforms / Transforms.vcproj
index 3fd1ab625ee53a8f1c82f2ff912a5654f3d29c79..aea8a40580a01fac3a8cace7c75ab8aa804a1b1e 100644 (file)
@@ -20,7 +20,8 @@
                                Name="VCCLCompilerTool"
                                Optimization="0"
                                AdditionalIncludeDirectories="..\..\include;.."
-                               PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS;HASH_NAMESPACE="stdext""
+                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+                               StringPooling="TRUE"
                                MinimalRebuild="TRUE"
                                BasicRuntimeChecks="3"
                                RuntimeLibrary="3"
@@ -65,7 +66,8 @@
                        <Tool
                                Name="VCCLCompilerTool"
                                AdditionalIncludeDirectories="..\..\include;.."
-                               PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+                               PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+                               StringPooling="TRUE"
                                RuntimeLibrary="2"
                                ForceConformanceInForLoopScope="TRUE"
                                RuntimeTypeInfo="TRUE"
                        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="">
                                <File
                                        RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp">
                                </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Instrumentation\EmitFunctions.cpp">
-                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp">
                                </File>
                                        RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h">
                                </File>
                                <File
-                                       RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp">
-                               </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Instrumentation\TraceValues.cpp">
-                               </File>
-                               <Filter
-                                       Name="ProfilePaths"
-                                       Filter="">
-                                       <File
-                                               RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\CombineBranch.cpp">
-                                       </File>
-                                       <File
-                                               RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\EdgeCode.cpp">
-                                       </File>
-                                       <File
-                                               RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\Graph.cpp">
-                                       </File>
-                                       <File
-                                               RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\Graph.h">
-                                       </File>
-                                       <File
-                                               RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\GraphAuxiliary.cpp">
-                                       </File>
-                                       <File
-                                               RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\InstLoops.cpp">
-                                       </File>
-                                       <File
-                                               RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\ProfilePaths.cpp">
-                                       </File>
-                                       <File
-                                               RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\RetracePath.cpp">
-                                       </File>
-                               </Filter>
+                                       RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp">
+                               </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h">
+                               </File>
                        </Filter>
                        <Filter
                                Name="IPO"
                                <File
                                        RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp">
                                </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Ipo\FunctionResolution.cpp">
-                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp">
                                </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp">
                                </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp">
+                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp">
                                </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp">
                                </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp">
+                               </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp">
+                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp">
                                </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp">
                                </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Scalar\CodeGenPrepare.cpp">
+                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp">
                                </File>
                                        RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp">
                                </File>
                                <File
-                                       RelativePath="..\..\lib\Transforms\Scalar\LoopSimplify.cpp">
+                                       RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp">
                                </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp">
                                <File
                                        RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp">
                                </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Scalar\LowerAllocations.cpp">
-                               </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Scalar\LowerConstantExprs.cpp">
-                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp">
                                </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Scalar\LowerInvoke.cpp">
-                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp">
                                </File>
                                <File
-                                       RelativePath="..\..\lib\Transforms\Scalar\LowerSelect.cpp">
-                               </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Scalar\LowerSwitch.cpp">
-                               </File>
-                               <File
-                                       RelativePath="..\..\lib\Transforms\Scalar\Mem2Reg.cpp">
+                                       RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp">
                                </File>
                                <File
-                                       RelativePath="..\..\lib\Transforms\Scalar\PRE.cpp">
+                                       RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp">
                                </File>
                                <File
-                                       RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp">
+                                       RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp">
                                </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp">
                                <File
                                        RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp">
                                </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp">
+                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Utils\Local.cpp">
                                </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp">
+                               </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp">
+                               </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp">
+                               </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Utils\LowerSelect.cpp">
+                               </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp">
+                               </File>
+                               <File
+                                       RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp">
+                               </File>
                                <File
                                        RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp">
                                </File>
                        <File
                                RelativePath="..\..\include\llvm\Transforms\IPO.h">
                        </File>
-                       <File
-                               RelativePath="..\..\include\llvm\Transforms\LinkAllPasses.h">
-                       </File>
                        <File
                                RelativePath="..\..\include\llvm\Transforms\Utils\Local.h">
                        </File>