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 | 893f9541dc09ff450415ca5cb28320d928511cf2 (patch) | |
tree | 439d698b3e1d39781c9b65aad41785f30fee0663 /lib/CodeGen/RegAlloc/LiveRangeInfo.cpp | |
parent | 70b2f56e76b254c2d4a136ecd37623ad27981903 (diff) |
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
Diffstat (limited to 'lib/CodeGen/RegAlloc/LiveRangeInfo.cpp')
-rw-r--r-- | lib/CodeGen/RegAlloc/LiveRangeInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp b/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp index 2c04c5fbcc..928d04538c 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" |