summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/TargetInstrInfo.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/Target/TargetInstrInfo.cpp
parent73a8c81c4061691bf937c4f02cd186cfd9f73e27 (diff)
downloadbcm5719-llvm-b4d58d7f9ed26526947a2b34071abed0cbe8f9f3.tar.gz
bcm5719-llvm-b4d58d7f9ed26526947a2b34071abed0cbe8f9f3.zip
Rename MachineInstrInfo -> TargetInstrInfo
llvm-svn: 5272
Diffstat (limited to 'llvm/lib/Target/TargetInstrInfo.cpp')
-rw-r--r--llvm/lib/Target/TargetInstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/TargetInstrInfo.cpp b/llvm/lib/Target/TargetInstrInfo.cpp
index ae29c54a4fe..c329a81833d 100644
--- a/llvm/lib/Target/TargetInstrInfo.cpp
+++ b/llvm/lib/Target/TargetInstrInfo.cpp
@@ -3,7 +3,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Target/MachineInstrInfo.h"
+#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/CodeGen/MachineInstr.h"
#include "llvm/Constant.h"
#include "llvm/DerivedTypes.h"
OpenPOWER on IntegriCloud