projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83404e3
)
Fix VC++ compilation error.
author
Jeff Cohen
<jeffc@jolt-lang.org>
Tue, 24 Jan 2006 04:43:17 +0000
(
04:43
+0000)
committer
Jeff Cohen
<jeffc@jolt-lang.org>
Tue, 24 Jan 2006 04:43:17 +0000
(
04:43
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25577
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
b/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
index 71bf3cc9d6d0e8adc82cfb151a1dfa9d1e5093c7..e088f71b88e2cb25a65dc86cdb2f4f97b120860c 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
+++ b/
lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp
@@
-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 {