mirror of
https://github.com/intel/llvm.git
synced 2026-01-16 21:55:39 +08:00
comment
llvm-svn: 152209
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user