diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:17:13 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-09-01 20:17:13 +0000 |
| commit | eefb5654495c76aae0a7036cead44b369fcfff9b (patch) | |
| tree | 092ccee01ace44acb4be0ff38843c4e6cfce0680 /llvm/lib | |
| parent | 641ac3ad3b003c46c8fd4f90bd07985a2fe390b8 (diff) | |
| download | bcm5719-llvm-eefb5654495c76aae0a7036cead44b369fcfff9b.tar.gz bcm5719-llvm-eefb5654495c76aae0a7036cead44b369fcfff9b.zip | |
LiveRange.h is now in lib/CodeGen/RegAlloc
llvm-svn: 8299
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/IGNode.h | 2 | ||||
| -rw-r--r-- | llvm/lib/Target/Sparc/SparcRegInfo.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/IGNode.h b/llvm/lib/CodeGen/RegAlloc/IGNode.h index 2b782436aad..dc3ae8a5051 100644 --- a/llvm/lib/CodeGen/RegAlloc/IGNode.h +++ b/llvm/lib/CodeGen/RegAlloc/IGNode.h @@ -25,7 +25,7 @@ #ifndef IG_NODE_H #define IG_NODE_H -#include "llvm/CodeGen/LiveRange.h" +#include "LiveRange.h" class RegClass; //---------------------------------------------------------------------------- diff --git a/llvm/lib/Target/Sparc/SparcRegInfo.cpp b/llvm/lib/Target/Sparc/SparcRegInfo.cpp index 3138b2a54df..a46af221687 100644 --- a/llvm/lib/Target/Sparc/SparcRegInfo.cpp +++ b/llvm/lib/Target/Sparc/SparcRegInfo.cpp @@ -14,7 +14,7 @@ #include "llvm/CodeGen/MachineCodeForInstruction.h" #include "llvm/CodeGen/MachineInstrAnnot.h" #include "../../CodeGen/RegAlloc/LiveRangeInfo.h" // FIXME!! -#include "llvm/CodeGen/LiveRange.h" +#include "../../CodeGen/RegAlloc/LiveRange.h" // FIXME!! #include "llvm/iTerminators.h" #include "llvm/iOther.h" #include "llvm/Function.h" |

