From: Chris Lattner Date: Mon, 1 Sep 2003 20:12:17 +0000 (+0000) Subject: LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=893f9541dc09ff450415ca5cb28320d928511cf2;p=oota-llvm.git LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8297 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp b/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp index 2c04c5fbcca..928d04538cc 100644 --- a/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp +++ b/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp @@ -4,7 +4,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/CodeGen/LiveRangeInfo.h" +#include "LiveRangeInfo.h" #include "RegAllocCommon.h" #include "RegClass.h" #include "IGNode.h" diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h index e30cc8f9cc9..195275fa656 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.h @@ -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 diff --git a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp index 2c04c5fbcca..928d04538cc 100644 --- a/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp +++ b/lib/Target/SparcV9/RegAlloc/LiveRangeInfo.cpp @@ -4,7 +4,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/CodeGen/LiveRangeInfo.h" +#include "LiveRangeInfo.h" #include "RegAllocCommon.h" #include "RegClass.h" #include "IGNode.h" diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h index e30cc8f9cc9..195275fa656 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h @@ -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 diff --git a/lib/Target/SparcV9/SparcV9RegInfo.cpp b/lib/Target/SparcV9/SparcV9RegInfo.cpp index 355f04d7ce8..3138b2a54df 100644 --- a/lib/Target/SparcV9/SparcV9RegInfo.cpp +++ b/lib/Target/SparcV9/SparcV9RegInfo.cpp @@ -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"