Commit 1b2c3767 by Kazu Hirata Committed by Kazu Hirata

tm.texi (IS_COSTLY_DEPENDENCE): Change to TARGET_SCHED_IS_COSTLY_DEPENDENCE.

	* doc/tm.texi (IS_COSTLY_DEPENDENCE): Change to
	TARGET_SCHED_IS_COSTLY_DEPENDENCE.

From-SVN: r78620
parent 79771cc4
2004-02-28 Kazu Hirata <kazu@cs.umass.edu>
* doc/tm.texi (IS_COSTLY_DEPENDENCE): Change to
TARGET_SCHED_IS_COSTLY_DEPENDENCE.
2004-02-28 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> 2004-02-28 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
PR optimization/14229 PR optimization/14229
......
...@@ -5683,7 +5683,7 @@ zero. The hook should return @code{NULL} if there are no more nop ...@@ -5683,7 +5683,7 @@ zero. The hook should return @code{NULL} if there are no more nop
insns with indexes greater than given index. insns with indexes greater than given index.
@end deftypefn @end deftypefn
@deftypefn {Target Hook} bool IS_COSTLY_DEPENDENCE (rtx @var{insn1}, rtx @var{insn2}, rtx @var{dep_link}, int @var{dep_cost}, int @var{distance}) @deftypefn {Target Hook} bool TARGET_SCHED_IS_COSTLY_DEPENDENCE (rtx @var{insn1}, rtx @var{insn2}, rtx @var{dep_link}, int @var{dep_cost}, int @var{distance})
This hook is used to define which dependences are considered costly by This hook is used to define which dependences are considered costly by
the target, so costly that it is not advisable to schedule the insns that the target, so costly that it is not advisable to schedule the insns that
are involved in the dependence too close to one another. The parameters are involved in the dependence too close to one another. The parameters
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment