summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ScheduleDAGInstrs.h
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-03-07 05:21:44 +0000
committerAndrew Trick <atrick@apple.com>2012-03-07 05:21:44 +0000
commite932bb77b5a84c15b68edb8e0a4a7f820371e6cb (patch)
tree3c92723337e09be444ca438a174e77e525e3adac /llvm/lib/CodeGen/ScheduleDAGInstrs.h
parentedee68ce1ba280e4463efbf9eb88dddf53176785 (diff)
downloadbcm5719-llvm-e932bb77b5a84c15b68edb8e0a4a7f820371e6cb.tar.gz
bcm5719-llvm-e932bb77b5a84c15b68edb8e0a4a7f820371e6cb.zip
misched preparation: modularize schedule emission.
ScheduleDAG has nothing to do with how the instructions are scheduled. llvm-svn: 152206
Diffstat (limited to 'llvm/lib/CodeGen/ScheduleDAGInstrs.h')
-rw-r--r--llvm/lib/CodeGen/ScheduleDAGInstrs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/ScheduleDAGInstrs.h b/llvm/lib/CodeGen/ScheduleDAGInstrs.h
index 7d761044919..1ae310eeed0 100644
--- a/llvm/lib/CodeGen/ScheduleDAGInstrs.h
+++ b/llvm/lib/CodeGen/ScheduleDAGInstrs.h
@@ -266,8 +266,6 @@ namespace llvm {
virtual void ComputeOperandLatency(SUnit *Def, SUnit *Use,
SDep& dep) const;
- virtual MachineBasicBlock *EmitSchedule();
-
/// StartBlock - Prepare to perform scheduling in the given block.
///
virtual void StartBlock(MachineBasicBlock *BB);
OpenPOWER on IntegriCloud