From a1c8251afe1e32972d55628d941addc6f7a9e1c4 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Wed, 27 Apr 2005 15:21:53 +0000 Subject: * tree-ssa-pre.c: Fix a comment typo. From-SVN: r98831 --- gcc/tree-ssa-pre.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-pre.c') diff --git a/gcc/tree-ssa-pre.c b/gcc/tree-ssa-pre.c index c2043cc..632d2b7 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.1