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 | 84681f1184af38d9f6c56024f0079b7075133a9f (patch) | |
tree | 933324c2506fa0ae577cace3d2c28ae1e155fdbc | |
parent | 47c97513a8e064769758b688f106ebbd99bb765a (diff) |
LiveRange.h is now in lib/CodeGen/RegAlloc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8299 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/RegAlloc/IGNode.h | 2 | ||||
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/IGNode.h | 2 | ||||
-rw-r--r-- | lib/Target/SparcV9/SparcV9RegInfo.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/CodeGen/RegAlloc/IGNode.h b/lib/CodeGen/RegAlloc/IGNode.h index 2b782436aa..dc3ae8a505 100644 --- a/lib/CodeGen/RegAlloc/IGNode.h +++ b/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/lib/Target/SparcV9/RegAlloc/IGNode.h b/lib/Target/SparcV9/RegAlloc/IGNode.h index 2b782436aa..dc3ae8a505 100644 --- a/lib/Target/SparcV9/RegAlloc/IGNode.h +++ b/lib/Target/SparcV9/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/lib/Target/SparcV9/SparcV9RegInfo.cpp b/lib/Target/SparcV9/SparcV9RegInfo.cpp index 3138b2a54d..a46af22168 100644 --- a/lib/Target/SparcV9/SparcV9RegInfo.cpp +++ b/lib/Target/SparcV9/SparcV9RegInfo.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" |