diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-15 19:57:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-15 19:57:07 +0000 |
commit | 4309e736c136f1c956e96ecfa4ce6747bfef387f (patch) | |
tree | 3814bd3399ed90b72ee830da35d226c2a8a625fc /lib/CodeGen/RegAlloc/LiveRangeInfo.cpp | |
parent | abb9c08a0585dfb1b61f3b87be4962178b5a55fa (diff) |
#include RegClass.h explicitly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5307 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 94e87b44e3..d49b1d6639 100644 --- a/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp +++ b/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp @@ -5,7 +5,7 @@ //===----------------------------------------------------------------------===// #include "llvm/CodeGen/LiveRangeInfo.h" -#include "llvm/CodeGen/RegAllocCommon.h" +#include "RegAllocCommon.h" #include "llvm/CodeGen/RegClass.h" #include "llvm/CodeGen/IGNode.h" #include "llvm/CodeGen/MachineInstr.h" |