commit | 73ba69b6843f7f23345b1e8745cb328952cae0d8 | [log] [tgz] |
---|---|---|
author | Andrew Trick <atrick@apple.com> | Wed Mar 07 05:21:40 2012 +0000 |
committer | Andrew Trick <atrick@apple.com> | Wed Mar 07 05:21:40 2012 +0000 |
tree | 5064cee67f2b8cd8e8b57fbf509db240eb1db9ba | |
parent | 4c727204271067f3dbf50bd23098b2df8e1cc47a [diff] [blame] |
misched preparation: modularize schedule printing. ScheduleDAG will not refer to the scheduled instruction sequence. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152205 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h b/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h index 0038a9e..5c05c72 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.h
@@ -117,6 +117,8 @@ virtual void dumpNode(const SUnit *SU) const; + void dumpSchedule() const; + virtual std::string getGraphNodeLabel(const SUnit *SU) const; virtual std::string getDAGName() const;