diff options
Diffstat (limited to 'gcc/tree-sra.c')
-rw-r--r-- | gcc/tree-sra.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c index 0d839d8cbb7..337b7977716 100644 --- a/gcc/tree-sra.c +++ b/gcc/tree-sra.c @@ -724,7 +724,7 @@ sra_walk_expr (tree *expr_p, block_stmt_iterator *bsi, bool is_output, goto use_all; case ARRAY_RANGE_REF: - /* Similarly, an subrange reference is used to modify indexing. Which + /* Similarly, a subrange reference is used to modify indexing. Which means that the canonical element names that we have won't work. */ goto use_all; |