diff options
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp')
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp b/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp index b213dc7e7d..392a96c11c 100644 --- a/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp +++ b/lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp @@ -11,12 +11,11 @@ // //===----------------------------------------------------------------------===// -#include "RegAllocCommon.h" -#include "InterferenceGraph.h" #include "IGNode.h" +#include "InterferenceGraph.h" +#include "RegAllocCommon.h" #include "Support/STLExtras.h" #include <algorithm> -using std::cerr; // for asserting this IG node is infact in the IGNodeList of this class inline static void assertIGNode(const InterferenceGraph *IG, |