diff options
Diffstat (limited to 'gcc/tree-tailcall.c')
| -rw-r--r-- | gcc/tree-tailcall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c index 3c7518d7b86..7d510af7782 100644 --- a/gcc/tree-tailcall.c +++ b/gcc/tree-tailcall.c @@ -192,7 +192,7 @@ suitable_for_tail_call_opt_p (void) } /* Checks whether the expression EXPR in stmt AT is independent of the - statement pointed by BSI (in a sense that we already know EXPR's value + statement pointed to by BSI (in a sense that we already know EXPR's value at BSI). We use the fact that we are only called from the chain of basic blocks that have only single successor. Returns the expression containing the value of EXPR at BSI. */ |

