RFA: hook doc patch (29/112): TARGET_EXTRA_LIVE_ON_ENTRY

Joern Rennecke amylaar@spamcop.net
Fri Jan 15 17:43:00 GMT 2010


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

	* tm.texi (TARGET_EXTRA_LIVE_ON_ENTRY): Fix argument type.

Index: tm.texi
===================================================================
--- tm.texi	(revision 155367)
+++ tm.texi	(working copy)
@@ -4905,7 +4925,7 @@ as the @code{sibcall} md pattern can not
 may vary greatly between different architectures.
 @end deftypefn
 
-@deftypefn {Target Hook} void TARGET_EXTRA_LIVE_ON_ENTRY (bitmap *@var{regs})
+@deftypefn {Target Hook} void TARGET_EXTRA_LIVE_ON_ENTRY (bitmap @var{regs})
 Add any hard registers to @var{regs} that are live on entry to the
 function.  This hook only needs to be defined to provide registers that
 cannot be found by examination of FUNCTION_ARG_REGNO_P, the callee saved


More information about the Gcc-patches mailing list