aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-gimplify.c
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2004-06-10 01:32:44 -0400
committerJason Merrill <jason@gcc.gnu.org>2004-06-10 01:32:44 -0400
commit1201ebed5a36e1d766b951e7b51fdae7784a7e25 (patch)
treef91c7328da9b4b03e6544301f8ad93965672a8da /gcc/c-gimplify.c
parentdbfa8d15358235cfda20583a3c0c557bf50138c6 (diff)
downloadgcc-1201ebed5a36e1d766b951e7b51fdae7784a7e25.zip
gcc-1201ebed5a36e1d766b951e7b51fdae7784a7e25.tar.gz
gcc-1201ebed5a36e1d766b951e7b51fdae7784a7e25.tar.bz2
clean up obsolete comment
From-SVN: r82885
Diffstat (limited to 'gcc/c-gimplify.c')
-rw-r--r--gcc/c-gimplify.c17
1 files changed, 2 insertions, 15 deletions
diff --git a/gcc/c-gimplify.c b/gcc/c-gimplify.c
index f20ddfe..d6b2432 100644
--- a/gcc/c-gimplify.c
+++ b/gcc/c-gimplify.c
@@ -833,21 +833,8 @@ gimplify_return_stmt (tree *stmt_p)
return GS_OK;
}
-/* Gimplifies a DECL_STMT node T.
-
- If a declaration V has an initial value I, create an expression 'V = I'
- and insert it after the DECL_STMT.
-
- PRE_P is a queue for effects that should happen before the DECL_STMT.
-
- MID_P is a queue for effects that should happen after the DECL_STMT,
- but before uses of the initialized decl.
-
- POST_P is a queue for effects that should happen after uses of the
- initialized decl.
-
- Usually these last two will be the same, but they may need to be
- different if the DECL_STMT is somehow embedded in an expression. */
+/* Gimplifies a DECL_STMT node *STMT_P by making any necessary allocation
+ and initialization explicit. */
static enum gimplify_status
gimplify_decl_stmt (tree *stmt_p)