mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-09 13:33:17 +00:00
delete dead code, patch by Michael Spencer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151909 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
08bc33dcbb
commit
9b3b95fab7
@ -169,11 +169,6 @@ protected:
|
||||
/// LLVMTargetMachine provides standard regalloc passes for most targets.
|
||||
virtual void addOptimizedRegAlloc(FunctionPass *RegAllocPass);
|
||||
|
||||
/// getSchedPass - This method may be implemented by target that want to
|
||||
/// completely override the MachineScheduler pass with a new pass, rather than
|
||||
/// inheriting from ScheduleDAGInstrs.
|
||||
virtual char &getSchedPass() { return NoPassID; }
|
||||
|
||||
/// addFinalizeRegAlloc - This method may be implemented by targets that want
|
||||
/// to run passes within the regalloc pipeline, immediately after the register
|
||||
/// allocation pass itself. These passes run as soon as virtual regisiters
|
||||
|
Loading…
x
Reference in New Issue
Block a user