mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
More renamings of Target/Machine*Info to Target/Target*Info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5204 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
|
||||
class MachineInstrInfo;
|
||||
class MachineInstrDescriptor;
|
||||
class MachineSchedInfo;
|
||||
class MachineRegInfo;
|
||||
class TargetSchedInfo;
|
||||
class TargetRegInfo;
|
||||
class TargetFrameInfo;
|
||||
class TargetCacheInfo;
|
||||
class TargetOptInfo;
|
||||
@@ -57,8 +57,8 @@ public:
|
||||
// -- Machine-level optimization information (peephole only)
|
||||
//
|
||||
virtual const MachineInstrInfo& getInstrInfo() const = 0;
|
||||
virtual const MachineSchedInfo& getSchedInfo() const = 0;
|
||||
virtual const MachineRegInfo& getRegInfo() const = 0;
|
||||
virtual const TargetSchedInfo& getSchedInfo() const = 0;
|
||||
virtual const TargetRegInfo& getRegInfo() const = 0;
|
||||
virtual const TargetFrameInfo& getFrameInfo() const = 0;
|
||||
virtual const TargetCacheInfo& getCacheInfo() const = 0;
|
||||
virtual const TargetOptInfo& getOptInfo() const = 0;
|
||||
|
Reference in New Issue
Block a user