diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-24 04:43:17 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-24 04:43:17 +0000 |
commit | 12f8441c03218f9f1f1b4ec3aa9a593e7620624d (patch) | |
tree | 3c399184211f038b9510294df67f7d68c77bdb92 /llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp | |
parent | b56a80061a4eb20db36cd61ea2d9937d841ee22e (diff) | |
download | bcm5719-llvm-12f8441c03218f9f1f1b4ec3aa9a593e7620624d.tar.gz bcm5719-llvm-12f8441c03218f9f1f1b4ec3aa9a593e7620624d.zip |
Fix VC++ compilation error.
llvm-svn: 25577
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp index 71bf3cc9d6d..e088f71b88e 100644 --- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGSimple.cpp +++ b/llvm/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 { |