diff options
Diffstat (limited to 'gcc/doc/tm.texi')
| -rw-r--r-- | gcc/doc/tm.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index d60fc13..5a04430 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -9337,7 +9337,7 @@ It should return the result of the last @code{tree_cons} used to add a clobber. The @var{outputs}, @var{inputs} and @var{clobber} lists are the corresponding parameters to the asm and may be inspected to avoid clobbering a register that is an input or output of the asm. You can use -@code{decl_overlaps_hard_reg_set_p}, declared in @file{tree.h}, to test +@code{tree_overlaps_hard_reg_set}, declared in @file{tree.h}, to test for overlap with regards to asm-declared registers. @end deftypefn |
