Commit d2143a2f by Joern Rennecke Committed by Joern Rennecke

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

From-SVN: r155980
parent ae7c61de
...@@ -105,6 +105,8 @@ ...@@ -105,6 +105,8 @@
(TARGET_BUILTIN_RECIPROCAL): Fix argument types. (TARGET_BUILTIN_RECIPROCAL): Fix argument types.
Rename argument tm_fn to md_fn. Rename argument tm_fn to md_fn.
(TARGET_OPTION_PRINT): Fix argument list.
2010-01-16 Harsha Jagasia <harsha.jagasia@amd.com> 2010-01-16 Harsha Jagasia <harsha.jagasia@amd.com>
PR target/42664 PR target/42664
......
...@@ -9555,7 +9555,7 @@ information in the @var{struct cl_target_option} structure for ...@@ -9555,7 +9555,7 @@ information in the @var{struct cl_target_option} structure for
function specific options. function specific options.
@end deftypefn @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 This hook is called to print any additional target specific
information in the @var{struct cl_target_option} structure for information in the @var{struct cl_target_option} structure for
function specific options. function specific options.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment