delete dead code, patch by Michael Spencer.
authorJia Liu <proljc@gmail.com>
Fri, 2 Mar 2012 13:41:31 +0000 (13:41 +0000)
committerJia Liu <proljc@gmail.com>
Fri, 2 Mar 2012 13:41:31 +0000 (13:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151909 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/Passes.h

index 87835a58659df1942eacfdd7e5b5b0471ab46d7c..8ce339da634fd47aa5c44df530c06a5e9fadbbf5 100644 (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