diff options
| author | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-09 20:41:56 +0000 |
|---|---|---|
| committer | Jeff Cohen <jeffc@jolt-lang.org> | 2005-01-09 20:41:56 +0000 |
| commit | 7d1670da3f5b66e707e687263198c4b6a604f82a (patch) | |
| tree | 20ecc2504d6c8d7818ab8b66c6af64cbc12e4a93 /llvm/lib | |
| parent | e6f7882c2760a7c54111ae53df8e5e51edfdb582 (diff) | |
| download | bcm5719-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.cpp | 1 |
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) |

