summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-14 22:00:31 +0000
committerChris Lattner <sabre@nondot.org>2003-01-14 22:00:31 +0000
commitb4d58d7f9ed26526947a2b34071abed0cbe8f9f3 (patch)
treebd93588e4e71879c71e5d8e0586ba4a6331c9166 /llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
parent73a8c81c4061691bf937c4f02cd186cfd9f73e27 (diff)
downloadbcm5719-llvm-b4d58d7f9ed26526947a2b34071abed0cbe8f9f3.tar.gz
bcm5719-llvm-b4d58d7f9ed26526947a2b34071abed0cbe8f9f3.zip
Rename MachineInstrInfo -> TargetInstrInfo
llvm-svn: 5272
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.cpp2
1 files changed, 1 insertions, 1 deletions
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"
OpenPOWER on IntegriCloud