aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-15 19:50:44 +0000
committerChris Lattner <sabre@nondot.org>2003-01-15 19:50:44 +0000
commit0e1043332570047aa649fd95c9db3f7bcb70b351 (patch)
tree4b5800b898ed1bb7e9834194b60e6416a4b4d83e
parentd77fa74a0c51f2a9ac7b44f600c3f437bf74cb08 (diff)
Move private header to private directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5305 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/SparcV9/SparcV9RegClassInfo.cpp2
-rw-r--r--lib/Target/SparcV9/SparcV9RegInfo.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/SparcV9RegClassInfo.cpp b/lib/Target/SparcV9/SparcV9RegClassInfo.cpp
index 84177d00e6..9da1d69e74 100644
--- a/lib/Target/SparcV9/SparcV9RegClassInfo.cpp
+++ b/lib/Target/SparcV9/SparcV9RegClassInfo.cpp
@@ -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;
diff --git a/lib/Target/SparcV9/SparcV9RegInfo.cpp b/lib/Target/SparcV9/SparcV9RegInfo.cpp
index b976b61b01..078d8dc858 100644
--- a/lib/Target/SparcV9/SparcV9RegInfo.cpp
+++ b/lib/Target/SparcV9/SparcV9RegInfo.cpp
@@ -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"