diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-05-30 18:32:31 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-05-30 18:32:31 +0000 |
commit | 9cf737f89ffe0c75614ad388440b7b7706b6316b (patch) | |
tree | baf32c5e895885ca41746d8d293000d998661d76 /gcc/c-gimplify.c | |
parent | 0f1f6967a21f8e4cc6ca7448dd9adc5d09c99edb (diff) | |
download | gcc-9cf737f89ffe0c75614ad388440b7b7706b6316b.zip gcc-9cf737f89ffe0c75614ad388440b7b7706b6316b.tar.gz gcc-9cf737f89ffe0c75614ad388440b7b7706b6316b.tar.bz2 |
bb-reorder.c, [...]: Fix comment formatting.
* bb-reorder.c, builtins.c, c-common.c, c-gimplify.c,
c-incpath.c, cgraphunit.c, ddg.c, defaults.h, dwarf2out.c,
expmed.c, flags.h, gcc.c, gensupport.c, gimplify.c, global.c,
passes.c, reg-stack.c, target.h, toplev.c, tree-alias-ander.c,
tree-alias-common.c, tree-cfg.c, tree-complex.c, tree-dfa.c,
tree-eh.c, tree-mudflap.c, tree-mudflap.h, tree-outof-ssa.c,
tree-phinodes.c, tree-pretty-print.c, tree-ssa-alias.c,
tree-ssa-ccp.c, tree-ssa-live.c, tree-ssa-live.h,
tree-ssa-pre.c, tree.h, value-prof.h, varasm.c: Fix comment
formatting.
From-SVN: r82463
Diffstat (limited to 'gcc/c-gimplify.c')
-rw-r--r-- | gcc/c-gimplify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-gimplify.c b/gcc/c-gimplify.c index 9934c2f..f20ddfe 100644 --- a/gcc/c-gimplify.c +++ b/gcc/c-gimplify.c @@ -722,7 +722,7 @@ gimplify_for_stmt (tree *stmt_p, tree *next_p) { /* Reorganize the statements so that we do the right thing with a CLEANUP_STMT. We want the FOR_STMT and nothing else to be in the - scope of the cleanup, so play with pointers to accomplish that. */ + scope of the cleanup, so play with pointers to accomplish that. */ FOR_INIT_STMT (stmt) = NULL_TREE; chainon (init, stmt); *stmt_p = init; |