Move private header to private directory
authorChris Lattner <sabre@nondot.org>
Wed, 15 Jan 2003 19:50:44 +0000 (19:50 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Jan 2003 19:50:44 +0000 (19:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5305 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9RegClassInfo.cpp
lib/Target/SparcV9/SparcV9RegInfo.cpp

index 84177d00e6dbffdf4bba151ef1a73618d46de29d..9da1d69e747690f30527ce3f44effb06b66690c9 100644 (file)
@@ -5,8 +5,8 @@
 //===----------------------------------------------------------------------===//
 
 #include "SparcRegClassInfo.h"
-#include "llvm/CodeGen/RegAllocCommon.h"
 #include "llvm/Type.h"
+#include "../../CodeGen/RegAlloc/RegAllocCommon.h"   // FIXME!
 using std::cerr;
 using std::vector;
 
index b976b61b01c790856731a467b3b5114b6b0c2e01..078d8dc85823482dcd82bad94b742dcb202b2cf7 100644 (file)
@@ -13,8 +13,8 @@
 #include "llvm/CodeGen/InstrSelection.h"
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineInstrAnnot.h"
-#include "llvm/CodeGen/RegAllocCommon.h"
 #include "llvm/CodeGen/FunctionLiveVarInfo.h"   // FIXME: Remove
+#include "../../CodeGen/RegAlloc/RegAllocCommon.h"   // FIXME!
 #include "llvm/iTerminators.h"
 #include "llvm/iOther.h"
 #include "llvm/Function.h"