commit | 7d1670da3f5b66e707e687263198c4b6a604f82a | [log] [tgz] |
---|---|---|
author | Jeff Cohen <jeffc@jolt-lang.org> | Sun Jan 09 20:41:56 2005 +0000 |
committer | Jeff Cohen <jeffc@jolt-lang.org> | Sun Jan 09 20:41:56 2005 +0000 |
tree | 20ecc2504d6c8d7818ab8b66c6af64cbc12e4a93 | |
parent | e6f7882c2760a7c54111ae53df8e5e51edfdb582 [diff] [blame] |
Fix VC++ compilation error llvm-svn: 19423
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 3b4694a..9c58304 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)