Keep Visual Studio happy.
authorJeff Cohen <jeffc@jolt-lang.org>
Fri, 28 Oct 2005 01:43:09 +0000 (01:43 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Fri, 28 Oct 2005 01:43:09 +0000 (01:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24052 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/SubtargetEmitter.cpp
win32/Analysis/Analysis.vcproj
win32/Target/Target.vcproj

index 7c06cf5148b14f893c58ec14d886e59240289d33..10ae4ea77d03cee47b213a2a094367392ac057a9 100644 (file)
@@ -16,6 +16,7 @@
 #include "Record.h"
 #include "llvm/ADT/StringExtras.h"
 #include "llvm/Support/Debug.h"
+#include <algorithm>
 using namespace llvm;
 
 //
index be49f4c58bfe2710dc40886d734ff3d4bd4aa775..67c1b39206a301384688cedd4f928f48727c2ab3 100644 (file)
                        <File
                                RelativePath="..\..\lib\Analysis\CFGPrinter.cpp">
                        </File>
+                       <File
+                               RelativePath="..\..\lib\Analysis\ConstantFolding.cpp">
+                       </File>
                        <File
                                RelativePath="..\..\lib\Analysis\Expressions.cpp">
                        </File>
                        <File
                                RelativePath="..\..\include\llvm\Analysis\CFGPrinter.h">
                        </File>
+                       <File
+                               RelativePath="..\..\include\llvm\Analysis\ConstantFolding.h">
+                       </File>
                        <File
                                RelativePath="..\..\include\llvm\Analysis\ConstantsScanner.h">
                        </File>
index 427dc9ba3b3f9ec89e603d9d59d25911e852fe46..b2a9ba5ee2d0d84cddf1712b64779537a0806455 100644 (file)
                        <File
                                RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h">
                        </File>
+                       <File
+                               RelativePath="..\..\include\llvm\Target\TargetInstrItineraries.h">
+                       </File>
                        <File
                                RelativePath="..\..\include\llvm\Target\TargetJITInfo.h">
                        </File>