From: Kazu Hirata Date: Wed, 27 Apr 2005 15:21:53 +0000 (+0000) Subject: * tree-ssa-pre.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1c8251afe1e32972d55628d941addc6f7a9e1c4;p=gcc.git * tree-ssa-pre.c: Fix a comment typo. From-SVN: r98831 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2a545fd9a65..a086b744556 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-04-27 Kazu Hirata + + * tree-ssa-pre.c: Fix a comment typo. + 2005-04-27 Zdenek Dvorak PR tree-optimization/21171 diff --git a/gcc/tree-ssa-pre.c b/gcc/tree-ssa-pre.c index c2043cc6345..632d2b7791b 100644 --- a/gcc/tree-ssa-pre.c +++ b/gcc/tree-ssa-pre.c @@ -1389,7 +1389,7 @@ create_expression_by_pieces (basic_block block, tree expr, tree stmts) tsi_link_after (&tsi, newexpr, TSI_CONTINUE_LINKING); VEC_safe_push (tree, heap, inserted_exprs, newexpr); - /* Add a value handle to the temprorary. + /* Add a value handle to the temporary. The value may already exist in either NEW_SETS, or AVAIL_OUT, because we are creating the expression by pieces, and this particular piece of the expression may have been represented. There is no harm in replacing