RFA: hook doc patch (37/112): TARGET_BUILTIN_RECIPROCAL

Joern Rennecke amylaar@spamcop.net
Sat Jan 16 02:58:00 GMT 2010


-------------- next part --------------
2010-01-15  Joern Rennecke  <amylaar@spamcop.net>

	* tm.texi (TARGET_BUILTIN_RECIPROCAL): Fix argument types.

Index: tm.texi
===================================================================
--- tm.texi	(revision 155367)
+++ tm.texi	(working copy)
@@ -5618,7 +5648,7 @@ of @var{x}.
 The default version returns false for all constants.
 @end deftypefn
 
-@deftypefn {Target Hook} tree TARGET_BUILTIN_RECIPROCAL (enum tree_code @var{fn}, bool @var{tm_fn}, bool @var{sqrt})
+@deftypefn {Target Hook} tree TARGET_BUILTIN_RECIPROCAL (unsigned @var{fn}, bool @var{tm_fn}, bool @var{sqrt})
 This hook should return the DECL of a function that implements reciprocal of
 the builtin function with builtin function code @var{fn}, or
 @code{NULL_TREE} if such a function is not available.  @var{tm_fn} is true


More information about the Gcc-patches mailing list