LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory
authorChris Lattner <sabre@nondot.org>
Mon, 1 Sep 2003 20:12:17 +0000 (20:12 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Sep 2003 20:12:17 +0000 (20:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8297 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/LiveRangeInfo.cpp
lib/CodeGen/RegAlloc/PhyRegAlloc.h
lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
lib/Target/SparcV9/SparcV9RegInfo.cpp

index 2c04c5fbccaadf11e1308cc3466c7cbd3b95eb57..928d04538ccfdc136b3444ce859f49c3642ca6b1 100644 (file)
@@ -4,7 +4,7 @@
 // 
 //===----------------------------------------------------------------------===//
 
-#include "llvm/CodeGen/LiveRangeInfo.h"
+#include "LiveRangeInfo.h"
 #include "RegAllocCommon.h"
 #include "RegClass.h"
 #include "IGNode.h"
index e30cc8f9cc99e3aeabc58b667241020b07345a8b..195275fa6563a2a55bdade85de767c2d00410a81 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef PHY_REG_ALLOC_H
 #define PHY_REG_ALLOC_H
 
-#include "llvm/CodeGen/LiveRangeInfo.h"
+#include "LiveRangeInfo.h"
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include <map>
 
index 2c04c5fbccaadf11e1308cc3466c7cbd3b95eb57..928d04538ccfdc136b3444ce859f49c3642ca6b1 100644 (file)
@@ -4,7 +4,7 @@
 // 
 //===----------------------------------------------------------------------===//
 
-#include "llvm/CodeGen/LiveRangeInfo.h"
+#include "LiveRangeInfo.h"
 #include "RegAllocCommon.h"
 #include "RegClass.h"
 #include "IGNode.h"
index e30cc8f9cc99e3aeabc58b667241020b07345a8b..195275fa6563a2a55bdade85de767c2d00410a81 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef PHY_REG_ALLOC_H
 #define PHY_REG_ALLOC_H
 
-#include "llvm/CodeGen/LiveRangeInfo.h"
+#include "LiveRangeInfo.h"
 #include "llvm/CodeGen/MachineBasicBlock.h"
 #include <map>
 
index 355f04d7ce8dfa89f4c1faa7fff82b0a1f4c35c5..3138b2a54dfe40eef6a85cc7796972a7736f7bc9 100644 (file)
@@ -13,7 +13,7 @@
 #include "llvm/CodeGen/MachineInstrBuilder.h"
 #include "llvm/CodeGen/MachineCodeForInstruction.h"
 #include "llvm/CodeGen/MachineInstrAnnot.h"
-#include "llvm/CodeGen/LiveRangeInfo.h"
+#include "../../CodeGen/RegAlloc/LiveRangeInfo.h"   // FIXME!!
 #include "llvm/CodeGen/LiveRange.h"
 #include "llvm/iTerminators.h"
 #include "llvm/iOther.h"