From b451d311e41c04aea7c3a0a7fe98c9b4a33bf916 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 27 Apr 2005 15:21:53 +0000 Subject: * tree-ssa-pre.c: Fix a comment typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98831 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/tree-ssa-pre.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1