Fix typos in comments.
[oota-llvm.git] / include / llvm / CodeGen / LatencyPriorityQueue.h
index cf601ae5384c335aa385a8b1112eb09b18e6260a..f347f66e0981c7dffd14c28e59f38e75f02859fd 100644 (file)
@@ -83,8 +83,6 @@ namespace llvm {
 
     void remove(SUnit *SU) override;
 
-    void dump(ScheduleDAG* DAG) const override;
-
     // scheduledNode - As nodes are scheduled, we look to see if there are any
     // successor nodes that have a single unscheduled predecessor.  If so, that
     // single predecessor has a higher priority, since scheduling it will make