diff options
| author | Jia Liu <proljc@gmail.com> | 2012-03-02 13:41:31 +0000 |
|---|---|---|
| committer | Jia Liu <proljc@gmail.com> | 2012-03-02 13:41:31 +0000 |
| commit | a95b23ba9bc151bd5f99af2c579786a55ecbb9ba (patch) | |
| tree | 1dd982acb048b5eafb5b42cb6c84e61bb63acdbb | |
| parent | d9605a6582dab2d44fbf494b11dce49bf49115d9 (diff) | |
| download | bcm5719-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.h | 5 |
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 |

