diff options
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" |