mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-05 14:34:55 +00:00
Rename MachineInstrInfo -> TargetInstrInfo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5214 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
075b4a066d
commit
2584ba5867
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user