summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-12-29 03:13:05 +0000
committerChris Lattner <sabre@nondot.org>2002-12-29 03:13:05 +0000
commitf9781b59abf250ea97a90f263430ce4ff40f2b65 (patch)
tree5ef47bdbef95f573d6ffe211dbe6cff1bc5e6659 /llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
parent42d59219c7c9a338c8a70bc2c37b5a5117ea1a29 (diff)
downloadbcm5719-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.cpp2
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"
OpenPOWER on IntegriCloud