summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJia Liu <proljc@gmail.com>2012-03-02 13:41:31 +0000
committerJia Liu <proljc@gmail.com>2012-03-02 13:41:31 +0000
commita95b23ba9bc151bd5f99af2c579786a55ecbb9ba (patch)
tree1dd982acb048b5eafb5b42cb6c84e61bb63acdbb
parentd9605a6582dab2d44fbf494b11dce49bf49115d9 (diff)
downloadbcm5719-llvm-a95b23ba9bc151bd5f99af2c579786a55ecbb9ba.tar.gz
bcm5719-llvm-a95b23ba9bc151bd5f99af2c579786a55ecbb9ba.zip
delete dead code, patch by Michael Spencer.
llvm-svn: 151909
-rw-r--r--llvm/include/llvm/CodeGen/Passes.h5
1 files changed, 0 insertions, 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
OpenPOWER on IntegriCloud