summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit7d1670da3f5b66e707e687263198c4b6a604f82a (patch)
tree20ecc2504d6c8d7818ab8b66c6af64cbc12e4a93 /llvm/lib
parente6f7882c2760a7c54111ae53df8e5e51edfdb582 (diff)
downloadbcm5719-llvm-7d1670da3f5b66e707e687263198c4b6a604f82a.tar.gz
bcm5719-llvm-7d1670da3f5b66e707e687263198c4b6a604f82a.zip
Fix VC++ compilation error
llvm-svn: 19423
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 3b4694a764d..9c583049667 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/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)
OpenPOWER on IntegriCloud