aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-09 20:41:56 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-09 20:41:56 +0000
commitfd161e964aa02636c00364ae4d46bf4e384df096 (patch)
tree1937e5b8a5017e13344da24667aac606e8988045 /lib/CodeGen/SelectionDAG/SelectionDAG.cpp
parentea946cdb1b16827a5f19a2593d054953e51b9fb6 (diff)
Fix VC++ compilation error
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19423 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAG.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 3b4694a764..9c58304966 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -19,6 +19,7 @@
#include <iostream>
#include <set>
#include <cmath>
+#include <algorithm>
using namespace llvm;
/// getSetCCSwappedOperands - Return the operation corresponding to (Y op X)