* doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.

From-SVN: r156175
This commit is contained in:
Joern Rennecke 2010-01-22 17:00:27 +00:00 committed by Joern Rennecke
parent aae29963cf
commit 728d406cd7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-01-22 Joern Rennecke <amylaar@spamcop.net>
* doc/tm.texi (TARGET_MIN_DIVISIONS_FOR_RECIP_MUL): Fix return type.
2010-01-21 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/42585

View File

@ -10024,7 +10024,7 @@ point number to a signed fixed point number also convert validly to an
unsigned one.
@end defmac
@deftypefn {Target Hook} int TARGET_MIN_DIVISIONS_FOR_RECIP_MUL (enum machine_mode @var{mode})
@deftypefn {Target Hook} {unsigned int} TARGET_MIN_DIVISIONS_FOR_RECIP_MUL (enum machine_mode @var{mode})
When @option{-ffast-math} is in effect, GCC tries to optimize
divisions by the same divisor, by turning them into multiplications by
the reciprocal. This target hook specifies the minimum number of divisions