From: Joseph Myers Date: Wed, 10 Jul 2013 21:36:12 +0000 (+0100) Subject: tm.texi.in (TARGET_CANONICALIZE_COMPARISON): Remove stray text on @hook line. X-Git-Tag: releases/gcc-4.9.0~5037 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d331d37480f4c600f9f46ab9870bcc81af9ca3ab;p=thirdparty%2Fgcc.git tm.texi.in (TARGET_CANONICALIZE_COMPARISON): Remove stray text on @hook line. * doc/tm.texi.in (TARGET_CANONICALIZE_COMPARISON): Remove stray text on @hook line. * doc/tm.texi: Regenerate. From-SVN: r200891 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a9c9b2fe90c7..6f83465bb10d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2013-07-10 Joseph Myers + + * doc/tm.texi.in (TARGET_CANONICALIZE_COMPARISON): Remove stray + text on @hook line. + * doc/tm.texi: Regenerate. + 2013-07-10 Paolo Carlini PR c++/57869 diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index f030b56ef6da..a1010b7c2da4 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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} diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index cc25fec495ef..667d5d10abab 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -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}