diff options
Diffstat (limited to 'gcc/tree-inline.c')
-rw-r--r-- | gcc/tree-inline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c index 98bbae2..52f9544 100644 --- a/gcc/tree-inline.c +++ b/gcc/tree-inline.c @@ -1737,7 +1737,7 @@ remap_save_expr (tp, st_, fn, walk_subtrees) #ifdef INLINER_FOR_JAVA /* Add STMT to EXISTING if possible, otherwise create a new - COMPOUND_EXPR and add STMT to it. */ + COMPOUND_EXPR and add STMT to it. */ static tree add_stmt_to_compound (existing, type, stmt) |