Move headers around
authorChris Lattner <sabre@nondot.org>
Wed, 15 Jan 2003 21:02:16 +0000 (21:02 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Jan 2003 21:02:16 +0000 (21:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5312 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/RegClass.cpp
lib/CodeGen/RegAlloc/RegClass.h
lib/Target/SparcV9/RegAlloc/RegClass.cpp
lib/Target/SparcV9/RegAlloc/RegClass.h

index 1059749cd57daafc6fed6f3c238126748cc65403..ba03449ca65f311cab1b8c6f91ec76d6ff352ddc 100644 (file)
@@ -4,7 +4,7 @@
 // 
 //===----------------------------------------------------------------------===//
 
-#include "llvm/CodeGen/RegClass.h"
+#include "RegClass.h"
 #include "RegAllocCommon.h"
 #include "llvm/CodeGen/IGNode.h"
 using std::cerr;
index 7e2103c10e09fcbe451b48276a21a040a39ab65b..7e1eb6590dfd394211cdad6da3c4d18d0a2c4b9e 100644 (file)
@@ -8,8 +8,8 @@
 #ifndef REG_CLASS_H
 #define REG_CLASS_H
 
-#include "llvm/CodeGen/InterferenceGraph.h"
 #include "llvm/Target/TargetRegInfo.h"
+#include "InterferenceGraph.h"
 #include <stack>
 class TargetRegClassInfo;
 
index 1059749cd57daafc6fed6f3c238126748cc65403..ba03449ca65f311cab1b8c6f91ec76d6ff352ddc 100644 (file)
@@ -4,7 +4,7 @@
 // 
 //===----------------------------------------------------------------------===//
 
-#include "llvm/CodeGen/RegClass.h"
+#include "RegClass.h"
 #include "RegAllocCommon.h"
 #include "llvm/CodeGen/IGNode.h"
 using std::cerr;
index 7e2103c10e09fcbe451b48276a21a040a39ab65b..7e1eb6590dfd394211cdad6da3c4d18d0a2c4b9e 100644 (file)
@@ -8,8 +8,8 @@
 #ifndef REG_CLASS_H
 #define REG_CLASS_H
 
-#include "llvm/CodeGen/InterferenceGraph.h"
 #include "llvm/Target/TargetRegInfo.h"
+#include "InterferenceGraph.h"
 #include <stack>
 class TargetRegClassInfo;