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 4b084e445a8..cc9fd1505ec 100644 --- a/gcc/gimplify.c +++ b/gcc/gimplify.c @@ -175,7 +175,7 @@ push_gimplify_context (void) /* Tear down a context for the gimplifier. If BODY is non-null, then put the temporaries into the outer BIND_EXPR. Otherwise, put them - in the unexpanded_var_list. */ + in the local_decls. */ void pop_gimplify_context (tree body) |