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:
Jia Liu 2012-03-02 13:41:31 +00:00
parent 08bc33dcbb
commit 9b3b95fab7

View File

@ -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