[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp

Jeff Cohen jeffc at jolt-lang.org
Mon Jan 23 20:43:29 PST 2006



Changes in directory llvm/lib/CodeGen/SelectionDAG:

ScheduleDAGSimple.cpp updated: 1.4 -> 1.5
---
Log message:

Fix VC++ compilation error.

---
Diffs of the changes:  (+1 -0)

 ScheduleDAGSimple.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp:1.4 llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp:1.5
--- llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp:1.4	Mon Jan 23 02:25:34 2006
+++ llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp	Mon Jan 23 22:43:17 2006
@@ -19,6 +19,7 @@
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Support/Debug.h"
+#include <algorithm>
 using namespace llvm;
 
 namespace {






More information about the llvm-commits mailing list