diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-01-14 22:00:31 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-01-14 22:00:31 +0000 |
| commit | b4d58d7f9ed26526947a2b34071abed0cbe8f9f3 (patch) | |
| tree | bd93588e4e71879c71e5d8e0586ba4a6331c9166 /llvm/lib/CodeGen/RegAlloc | |
| parent | 73a8c81c4061691bf937c4f02cd186cfd9f73e27 (diff) | |
| download | bcm5719-llvm-b4d58d7f9ed26526947a2b34071abed0cbe8f9f3.tar.gz bcm5719-llvm-b4d58d7f9ed26526947a2b34071abed0cbe8f9f3.zip | |
Rename MachineInstrInfo -> TargetInstrInfo
llvm-svn: 5272
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc')
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp | 2 | ||||
| -rw-r--r-- | llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp index f8e4b4f3a92..94e87b44e36 100644 --- a/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp +++ b/llvm/lib/CodeGen/RegAlloc/LiveRangeInfo.cpp @@ -11,7 +11,7 @@ #include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/MachineFunction.h" #include "llvm/Target/TargetMachine.h" -#include "llvm/Target/MachineInstrInfo.h" +#include "llvm/Target/TargetInstrInfo.h" #include "llvm/Function.h" #include "Support/SetOperations.h" using std::cerr; diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp index 6f15818287a..b7471277cc6 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp +++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp @@ -16,7 +16,7 @@ #include "llvm/Analysis/LoopInfo.h" #include "llvm/Target/TargetMachine.h" #include "llvm/Target/TargetFrameInfo.h" -#include "llvm/Target/MachineInstrInfo.h" +#include "llvm/Target/TargetInstrInfo.h" #include "llvm/Function.h" #include "llvm/Type.h" #include "llvm/iOther.h" |

