summaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-30 18:32:31 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-30 18:32:31 +0000
commit0bed386979f6bdc139c519bab996bed698ade995 (patch)
treebaf32c5e895885ca41746d8d293000d998661d76 /gcc/gimplify.c
parentda41aa8ec87c685d4f9f94bf1faa3f47e83d32d9 (diff)
downloadgcc-0bed386979f6bdc139c519bab996bed698ade995.tar.gz
* 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@82463 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r--gcc/gimplify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index 4693c61f85d..20d194534ca 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -2220,7 +2220,7 @@ shortcut_cond_expr (tree expr)
else_ = build_empty_stmt ();
}
- /* If we aren't hijacking a label for the 'then' branch, it falls through. */
+ /* If we aren't hijacking a label for the 'then' branch, it falls through. */
if (true_label)
true_label_p = &true_label;
else