aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/Passes.h
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
commit9b3b95fab736f7daea11cd0220af9148775466d4 (patch)
tree8befe51638286601e7bf79d3caa12db88df2448a /include/llvm/CodeGen/Passes.h
parent08bc33dcbb890386c04f9f097d1d064757f31157 (diff)
downloadexternal_llvm-9b3b95fab736f7daea11cd0220af9148775466d4.zip
external_llvm-9b3b95fab736f7daea11cd0220af9148775466d4.tar.gz
external_llvm-9b3b95fab736f7daea11cd0220af9148775466d4.tar.bz2
delete dead code, patch by Michael Spencer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151909 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/Passes.h')
-rw-r--r--include/llvm/CodeGen/Passes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h
index 87835a5..8ce339d 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