diff options
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r-- | gcc/gimplify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c index 38bd2d70844..347e946e265 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -2641,7 +2641,7 @@ gimplify_modify_expr (tree *expr_p, tree *pre_p, tree *post_p, bool want_value) return ret; } -/* Subroutine of above to do simplications of MODIFY_EXPRs based on +/* Subroutine of above to do simplifications of MODIFY_EXPRs based on the code of the RHS. We loop for as long as we can do something. */ static enum gimplify_status |