#include RegClass.h explicitly
authorChris Lattner <sabre@nondot.org>
Wed, 15 Jan 2003 19:57:07 +0000 (19:57 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Jan 2003 19:57:07 +0000 (19:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5307 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/InterferenceGraph.cpp
lib/CodeGen/RegAlloc/LiveRangeInfo.cpp
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/CodeGen/RegAlloc/RegClass.cpp
lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp
lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/RegAlloc/RegClass.cpp
lib/Target/SparcV9/SparcV9RegInfo.cpp

index d18fddacabd44b318493fb2db08bb21a0884be8a..b5e26887c4e5a11b123dcb90a067229a28851238 100644 (file)
@@ -4,9 +4,9 @@
 // 
 //===----------------------------------------------------------------------===//
 
+#include "RegAllocCommon.h"
 #include "llvm/CodeGen/InterferenceGraph.h"
 #include "llvm/CodeGen/IGNode.h"
-#include "llvm/CodeGen/RegAllocCommon.h"
 #include "Support/STLExtras.h"
 #include <algorithm>
 using std::cerr;
index 94e87b44e36db8dd1441bc124ea0a80959eaa1b5..d49b1d66398c193604cdfec13c208c839319f6c5 100644 (file)
@@ -5,7 +5,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/CodeGen/LiveRangeInfo.h"
-#include "llvm/CodeGen/RegAllocCommon.h"
+#include "RegAllocCommon.h"
 #include "llvm/CodeGen/RegClass.h"
 #include "llvm/CodeGen/IGNode.h"
 #include "llvm/CodeGen/MachineInstr.h"
index 2290dc490267ab7df9d9c1cee7b1e48ffbff8148..724dbc7744af6c812249ce67d9202f437e4b2dae 100644 (file)
@@ -5,8 +5,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/CodeGen/RegisterAllocation.h"
-#include "llvm/CodeGen/RegAllocCommon.h"
+#include "RegAllocCommon.h"
 #include "llvm/CodeGen/IGNode.h"
+#include "llvm/CodeGen/RegClass.h"
 #include "llvm/CodeGen/PhyRegAlloc.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineInstrAnnot.h"
index 90d39870451a87a52670c03f78f6644df050fbc4..1059749cd57daafc6fed6f3c238126748cc65403 100644 (file)
@@ -5,7 +5,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/CodeGen/RegClass.h"
-#include "llvm/CodeGen/RegAllocCommon.h"
+#include "RegAllocCommon.h"
 #include "llvm/CodeGen/IGNode.h"
 using std::cerr;
 
index d18fddacabd44b318493fb2db08bb21a0884be8a..b5e26887c4e5a11b123dcb90a067229a28851238 100644 (file)
@@ -4,9 +4,9 @@
 // 
 //===----------------------------------------------------------------------===//
 
+#include "RegAllocCommon.h"
 #include "llvm/CodeGen/InterferenceGraph.h"
 #include "llvm/CodeGen/IGNode.h"
-#include "llvm/CodeGen/RegAllocCommon.h"
 #include "Support/STLExtras.h"
 #include <algorithm>
 using std::cerr;
index 94e87b44e36db8dd1441bc124ea0a80959eaa1b5..d49b1d66398c193604cdfec13c208c839319f6c5 100644 (file)
@@ -5,7 +5,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/CodeGen/LiveRangeInfo.h"
-#include "llvm/CodeGen/RegAllocCommon.h"
+#include "RegAllocCommon.h"
 #include "llvm/CodeGen/RegClass.h"
 #include "llvm/CodeGen/IGNode.h"
 #include "llvm/CodeGen/MachineInstr.h"
index 2290dc490267ab7df9d9c1cee7b1e48ffbff8148..724dbc7744af6c812249ce67d9202f437e4b2dae 100644 (file)
@@ -5,8 +5,9 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/CodeGen/RegisterAllocation.h"
-#include "llvm/CodeGen/RegAllocCommon.h"
+#include "RegAllocCommon.h"
 #include "llvm/CodeGen/IGNode.h"
+#include "llvm/CodeGen/RegClass.h"
 #include "llvm/CodeGen/PhyRegAlloc.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineInstrAnnot.h"
index 90d39870451a87a52670c03f78f6644df050fbc4..1059749cd57daafc6fed6f3c238126748cc65403 100644 (file)
@@ -5,7 +5,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/CodeGen/RegClass.h"
-#include "llvm/CodeGen/RegAllocCommon.h"
+#include "RegAllocCommon.h"
 #include "llvm/CodeGen/IGNode.h"
 using std::cerr;
 
index 078d8dc85823482dcd82bad94b742dcb202b2cf7..1c75e6587fca6819ecf306cac101199e9e3e8cd2 100644 (file)
@@ -14,6 +14,7 @@
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineInstrAnnot.h"
 #include "llvm/CodeGen/FunctionLiveVarInfo.h"   // FIXME: Remove
+#include "llvm/CodeGen/RegClass.h"
 #include "../../CodeGen/RegAlloc/RegAllocCommon.h"   // FIXME!
 #include "llvm/iTerminators.h"
 #include "llvm/iOther.h"