aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-08 13:57:01 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-08 13:57:01 +0000
commit6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6 (patch)
treeda9ac66b4af709e8201b3825f6c026442ea0df6f /gcc/gimplify.c
parentbe93246638ed4c4096002388883aabebea74cc5a (diff)
downloadgcc-6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6.zip
gcc-6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6.tar.gz
gcc-6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6.tar.bz2
c-common.c, [...]: Fix comment formatting.
* c-common.c, c-opts.c, combine.c, cse.c, dojump.c, gimplify.c, tree-dfa.c, tree-ssa-loop-ivopts.c, tree-ssa-phiopt.c, tree-ssa-pre.c, tree-ssa-sink.c, tree-vect-analyze.c, tree.def, tree.h: Fix comment formatting. From-SVN: r96104
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 ba8e707..93724a9 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -4256,7 +4256,7 @@ gimplify_type_sizes (tree type, tree *list_p)
can't easily test for. We could pass TYPE down to gimplify_one_sizepos
and test there, but it doesn't seem worth it. */
- /* We first do the main variant, then copy into any other variants. */
+ /* We first do the main variant, then copy into any other variants. */
type = TYPE_MAIN_VARIANT (type);
switch (TREE_CODE (type))