* doc/tm.texi (TARGET_OPTION_PRINT): Fix argument list.

From-SVN: r155980
This commit is contained in:
Joern Rennecke 2010-01-17 15:26:16 +00:00 committed by Joern Rennecke
parent ae7c61dead
commit d2143a2f9d
2 changed files with 3 additions and 1 deletions

View File

@ -105,6 +105,8 @@
(TARGET_BUILTIN_RECIPROCAL): Fix argument types.
Rename argument tm_fn to md_fn.
(TARGET_OPTION_PRINT): Fix argument list.
2010-01-16 Harsha Jagasia <harsha.jagasia@amd.com>
PR target/42664

View File

@ -9555,7 +9555,7 @@ information in the @var{struct cl_target_option} structure for
function specific options.
@end deftypefn
@deftypefn {Target Hook} void TARGET_OPTION_PRINT (struct cl_target_option *@var{ptr})
@deftypefn {Target Hook} void TARGET_OPTION_PRINT (FILE *@var{file}, int @var{indent}, struct cl_target_option *@var{ptr})
This hook is called to print any additional target specific
information in the @var{struct cl_target_option} structure for
function specific options.