diff options
author | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:12:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:12:17 +0000 |
commit | e80612a28e77f7a9d2946dd73d5117d6e26c0798 (patch) | |
tree | 7e130f055376fcda0d04d80d62594728c74d73b5 /llvm/lib/CodeGen/RegAlloc | |
parent | f1ab45bdf5a23cbd6a896a014383b4f9aa203a37 (diff) | |
download | bcm5719-llvm-e80612a28e77f7a9d2946dd73d5117d6e26c0798.tar.gz bcm5719-llvm-e80612a28e77f7a9d2946dd73d5117d6e26c0798.zip |
LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory
llvm-svn: 8297
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc')
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp index 2c04c5fbcca..928d04538cc 100644 --- a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp +++ b/llvm/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/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h index e30cc8f9cc9..195275fa656 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/llvm/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 <map> |