This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFA: hook doc patch (49/112): TARGET_SCHED_DFA_NEW_CYCLE



2010-01-15  Joern Rennecke  <amylaar@spamcop.net>

	* tm.texi (TARGET_SCHED_DFA_NEW_CYCLE): Add argument names.

Index: tm.texi
===================================================================
--- tm.texi	(revision 155367)
+++ tm.texi	(working copy)
@@ -6542,8 +6592,7 @@ schedules to choose the best one.
 The default is that any ready insns can be chosen to be issued.
 @end deftypefn
 
-@deftypefn {Target Hook} int TARGET_SCHED_DFA_NEW_CYCLE (FILE *, int, rtx, int, int, int *)
-
+@deftypefn {Target Hook} int TARGET_SCHED_DFA_NEW_CYCLE (FILE *@var{dump_file}, int @var{verbose}, rtx @var{insn}, int @var{last_sched_cycle}, int @var{cur_cycle}, int *@var{sort_p})
 This hook is called by the insn scheduler before issuing insn passed
 as the third parameter on given cycle.  If the hook returns nonzero,
 the insn is not issued on given processors cycle.  Instead of that,

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]