llvm-svn: 152209
This commit is contained in:
Andrew Trick
2012-03-07 05:21:54 +00:00
parent 60cf03e772
commit f9fa8afdaa

View File

@@ -297,6 +297,8 @@ namespace llvm {
/// Schedule - Order nodes according to selected style, filling
/// in the Sequence member.
///
/// Typically, a scheduling algorithm will implement Schedule() without
/// overriding enterRegion() or exitRegion().
virtual void Schedule() = 0;
virtual void dumpNode(const SUnit *SU) const;