* doc/tm.texi (TARGET_OPTION_PRINT): Fix argument list.
From-SVN: r155980
This commit is contained in:
parent
ae7c61dead
commit
d2143a2f9d
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user