aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-12-18 22:20:05 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-12-18 22:20:05 +0000
commit18840db533de12aaabbc3b7bdce7a4d1688f323e (patch)
tree901037e1036399f27ba4516ea964e3b85f8d4aac /lib/CodeGen
parentcf198eca97af9a939decdc4866398bcc7b370ac6 (diff)
downloadexternal_llvm-18840db533de12aaabbc3b7bdce7a4d1688f323e.zip
external_llvm-18840db533de12aaabbc3b7bdce7a4d1688f323e.tar.gz
external_llvm-18840db533de12aaabbc3b7bdce7a4d1688f323e.tar.bz2
Keep VC++ happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24835 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/SelectionDAG/ScheduleDAG.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
index 03a0dd1..0ca2f19 100644
--- a/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
+++ b/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
@@ -26,6 +26,7 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include <iostream>
+#include <algorithm>
using namespace llvm;
namespace {