]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
tm.texi.in (TARGET_CANONICALIZE_COMPARISON): Remove stray text on @hook line.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 10 Jul 2013 21:36:12 +0000 (22:36 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 10 Jul 2013 21:36:12 +0000 (22:36 +0100)
* doc/tm.texi.in (TARGET_CANONICALIZE_COMPARISON): Remove stray
text on @hook line.
* doc/tm.texi: Regenerate.

From-SVN: r200891

gcc/ChangeLog
gcc/doc/tm.texi
gcc/doc/tm.texi.in

index a9c9b2fe90c7dab79dcb2247a36819a8efbed5f7..6f83465bb10da3f0c8e500841ee124c8220f5edb 100644 (file)
@@ -1,3 +1,9 @@
+2013-07-10  Joseph Myers  <joseph@codesourcery.com>
+
+       * doc/tm.texi.in (TARGET_CANONICALIZE_COMPARISON): Remove stray
+       text on @hook line.
+       * doc/tm.texi: Regenerate.
+
 2013-07-10  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/57869
index f030b56ef6daeab9644cd2b356433abf824e38dc..a1010b7c2da4a1a8f530624637eeebfa2693fdb3 100644 (file)
@@ -6040,7 +6040,7 @@ You should define this macro if and only if you define extra CC modes
 in @file{@var{machine}-modes.def}.
 @end defmac
 
-@deftypefn {Target Hook} void TARGET_CANONICALIZE_COMPARISON (int *@var{code}, rtx *@var{op0}, rtx *@var{op1}, bool @var{op0_preserve_value}) (@var{code}, @var{op0}, @var{op1}, @var{op0_preserve_value})
+@deftypefn {Target Hook} void TARGET_CANONICALIZE_COMPARISON (int *@var{code}, rtx *@var{op0}, rtx *@var{op1}, bool @var{op0_preserve_value})
 On some machines not all possible comparisons are defined, but you can
 convert an invalid comparison into a valid one.  For example, the Alpha
 does not have a @code{GT} comparison, but you can use an @code{LT}
index cc25fec495ef3f6c94928bdcb31df4bc4d8d63c8..667d5d10ababe7a3f741fb92316902ca09e0ae49 100644 (file)
@@ -5940,7 +5940,7 @@ You should define this macro if and only if you define extra CC modes
 in @file{@var{machine}-modes.def}.
 @end defmac
 
-@hook TARGET_CANONICALIZE_COMPARISON (@var{code}, @var{op0}, @var{op1}, @var{op0_preserve_value})
+@hook TARGET_CANONICALIZE_COMPARISON
 On some machines not all possible comparisons are defined, but you can
 convert an invalid comparison into a valid one.  For example, the Alpha
 does not have a @code{GT} comparison, but you can use an @code{LT}