diff options
author | Chris Lattner <sabre@nondot.org> | 2002-02-04 16:36:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-02-04 16:36:59 +0000 |
commit | 30adeb6d07e8017e890075d7904b2cefc89c603d (patch) | |
tree | e754f05b3e9b814b83fb6357d81acd90e9c678b9 /lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp | |
parent | f35f2fbbc29b593acfafb85846c4d83b90a505e7 (diff) |
* Add #includes removed from headers
* ValueSet interface converted from add/remove to insert/erase
* Minor cleanups
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1689 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp')
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp b/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp index 0de7275acf..a366c11710 100644 --- a/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp +++ b/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp @@ -1,6 +1,7 @@ #include "llvm/CodeGen/InterferenceGraph.h" #include "Support/STLExtras.h" #include <iostream> +#include <algorithm> using std::cerr; //----------------------------------------------------------------------------- |