[llvm-commits] [llvm] r151909 - /llvm/trunk/include/llvm/CodeGen/Passes.h
Jia Liu
proljc at gmail.com
Fri Mar 2 05:41:31 PST 2012
Author: jialiu
Date: Fri Mar 2 07:41:31 2012
New Revision: 151909
URL: http://llvm.org/viewvc/llvm-project?rev=151909&view=rev
Log:
delete dead code, patch by Michael Spencer.
Modified:
llvm/trunk/include/llvm/CodeGen/Passes.h
Modified: llvm/trunk/include/llvm/CodeGen/Passes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/Passes.h?rev=151909&r1=151908&r2=151909&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/Passes.h (original)
+++ llvm/trunk/include/llvm/CodeGen/Passes.h Fri Mar 2 07:41:31 2012
@@ -169,11 +169,6 @@
/// 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
More information about the llvm-commits
mailing list