From: Jia Liu Date: Fri, 2 Mar 2012 13:41:31 +0000 (+0000) Subject: delete dead code, patch by Michael Spencer. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9b3b95fab736f7daea11cd0220af9148775466d4;p=oota-llvm.git delete dead code, patch by Michael Spencer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151909 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h index 87835a58659..8ce339da634 100644 --- a/include/llvm/CodeGen/Passes.h +++ b/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