]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tm.texi (IS_COSTLY_DEPENDENCE): Change to TARGET_SCHED_IS_COSTLY_DEPENDENCE.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 28 Feb 2004 19:23:37 +0000 (19:23 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 28 Feb 2004 19:23:37 +0000 (19:23 +0000)
* doc/tm.texi (IS_COSTLY_DEPENDENCE): Change to
TARGET_SCHED_IS_COSTLY_DEPENDENCE.

From-SVN: r78620

gcc/ChangeLog
gcc/doc/tm.texi

index 6acbafbd5356248378b23fffee98cc97c23987b9..21e6db059dc61be0f65fa7bc33d1a3aa59ce8b10 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        PR optimization/14229
index 9bdff469fb013e98876c49bfed6f44f6c2d578b6..2018ca271edc93867cf04c61811f3b7fb7e90b69 100644 (file)
@@ -5683,7 +5683,7 @@ zero.  The hook should return @code{NULL} if there are no more nop
 insns with indexes greater than given index.
 @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
 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