diff options
Diffstat (limited to 'gcc/sibcall.c')
-rw-r--r-- | gcc/sibcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sibcall.c b/gcc/sibcall.c index 8f52da0b2b6..fe76865aa3c 100644 --- a/gcc/sibcall.c +++ b/gcc/sibcall.c @@ -429,7 +429,7 @@ uses_addressof (x) } /* Scan the sequence of insns in SEQ to see if any have an ADDRESSOF - rtl expression or current_function_internal_arg_pointer occurences + rtl expression or current_function_internal_arg_pointer occurrences not enclosed within a MEM. If an ADDRESSOF expression or current_function_internal_arg_pointer is found, return nonzero, otherwise return zero. |