From: Andrew Trick Date: Wed, 7 Mar 2012 05:21:54 +0000 (+0000) Subject: comment X-Git-Tag: android-x86-6.0-r1~238^2~317 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6fd7dd6ba57c1b5ba1f12e7e9da574b9dbd8ae09;p=android-x86%2Fexternal-llvm.git comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152209 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/ScheduleDAGInstrs.h b/lib/CodeGen/ScheduleDAGInstrs.h index 7830f83fff5..b09840dab4b 100644 --- a/lib/CodeGen/ScheduleDAGInstrs.h +++ b/lib/CodeGen/ScheduleDAGInstrs.h @@ -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;