mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Rename MachineOptInfo to TargetoptInfo
Rename MachineCacheInfo to TargetCacheInfo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5203 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -25,8 +25,8 @@ public:
|
||||
|
||||
virtual const MachineSchedInfo &getSchedInfo() const { abort(); }
|
||||
virtual const MachineRegInfo &getRegInfo() const { abort(); }
|
||||
virtual const MachineCacheInfo &getCacheInfo() const { abort(); }
|
||||
virtual const MachineOptInfo &getOptInfo() const { abort(); }
|
||||
virtual const TargetCacheInfo &getCacheInfo() const { abort(); }
|
||||
virtual const TargetOptInfo &getOptInfo() const { abort(); }
|
||||
|
||||
/// addPassesToJITCompile - Add passes to the specified pass manager to
|
||||
/// implement a fast dynamic compiler for this target. Return true if this is
|
||||
|
Reference in New Issue
Block a user