diff options
author | Chris Lattner <sabre@nondot.org> | 2002-12-29 03:13:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-12-29 03:13:05 +0000 |
commit | f9781b59abf250ea97a90f263430ce4ff40f2b65 (patch) | |
tree | 5ef47bdbef95f573d6ffe211dbe6cff1bc5e6659 /llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp | |
parent | 42d59219c7c9a338c8a70bc2c37b5a5117ea1a29 (diff) | |
download | bcm5719-llvm-f9781b59abf250ea97a90f263430ce4ff40f2b65.tar.gz bcm5719-llvm-f9781b59abf250ea97a90f263430ce4ff40f2b65.zip |
More renamings of Target/Machine*Info to Target/Target*Info
llvm-svn: 5204
Diffstat (limited to 'llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp')
-rw-r--r-- | llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp b/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp index 86dde076dd2..d7cb439f0d4 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp +++ b/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp @@ -13,7 +13,7 @@ #include "llvm/CodeGen/MachineFunction.h" #include "llvm/CodeGen/InstrForest.h" #include "llvm/Target/TargetMachine.h" -#include "llvm/Target/MachineRegInfo.h" +#include "llvm/Target/TargetRegInfo.h" #include "llvm/Target/MachineInstrInfo.h" #include "llvm/Constants.h" #include "llvm/Function.h" |