diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-08 13:57:01 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-08 13:57:01 +0000 |
commit | 6c6cfbfd5260f774b0517aa3d6d0cc97ea5f81e6 (patch) | |
tree | da9ac66b4af709e8201b3825f6c026442ea0df6f /gcc/tree-ssa-pre.c | |
parent | be93246638ed4c4096002388883aabebea74cc5a (diff) | |
download | gcc-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/tree-ssa-pre.c')
-rw-r--r-- | gcc/tree-ssa-pre.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-pre.c b/gcc/tree-ssa-pre.c index 0f89bed..d098d87 100644 --- a/gcc/tree-ssa-pre.c +++ b/gcc/tree-ssa-pre.c @@ -714,7 +714,7 @@ set_equal (value_set_t a, value_set_t b) } /* Replace an instance of EXPR's VALUE with EXPR in SET if it exists, - and add it otherwise. */ + and add it otherwise. */ static void bitmap_value_replace_in_set (bitmap_set_t set, tree expr) @@ -1384,7 +1384,7 @@ create_expression_by_pieces (basic_block block, tree expr, tree stmts) } /* Return the folded version of T if T, when folded, is a gimple - min_invariant. Otherwise, return T. */ + min_invariant. Otherwise, return T. */ static tree fully_constant_expression (tree t) |