From 2584ba5867c06e676519d5c7cccbcd59eb7641bc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 13 Jan 2003 00:21:32 +0000 Subject: Rename MachineInstrInfo -> TargetInstrInfo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5214 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetMachine.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/llvm/Target') diff --git a/include/llvm/Target/TargetMachine.h b/include/llvm/Target/TargetMachine.h index b4d5daa41c..5c76ff28f8 100644 --- a/include/llvm/Target/TargetMachine.h +++ b/include/llvm/Target/TargetMachine.h @@ -10,8 +10,8 @@ #include "llvm/Target/TargetData.h" #include "Support/NonCopyable.h" -class MachineInstrInfo; -class MachineInstrDescriptor; +class TargetInstrInfo; +class TargetInstrDescriptor; class TargetSchedInfo; class TargetRegInfo; class TargetFrameInfo; @@ -56,7 +56,7 @@ public: // -- Cache hierarchy information // -- Machine-level optimization information (peephole only) // - virtual const MachineInstrInfo& getInstrInfo() const = 0; + virtual const TargetInstrInfo& getInstrInfo() const = 0; virtual const TargetSchedInfo& getSchedInfo() const = 0; virtual const TargetRegInfo& getRegInfo() const = 0; virtual const TargetFrameInfo& getFrameInfo() const = 0; -- cgit v1.2.3