From a95b23ba9bc151bd5f99af2c579786a55ecbb9ba Mon Sep 17 00:00:00 2001 From: Jia Liu Date: Fri, 2 Mar 2012 13:41:31 +0000 Subject: delete dead code, patch by Michael Spencer. llvm-svn: 151909 --- llvm/include/llvm/CodeGen/Passes.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/llvm/include/llvm/CodeGen/Passes.h b/llvm/include/llvm/CodeGen/Passes.h index 87835a58659..8ce339da634 100644 --- a/llvm/include/llvm/CodeGen/Passes.h +++ b/llvm/include/llvm/CodeGen/Passes.h @@ -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 -- cgit v1.2.3