* tree-ssa-pre.c: Fix a comment typo.

From-SVN: r98831
This commit is contained in:
Kazu Hirata 2005-04-27 15:21:53 +00:00 committed by Kazu Hirata
parent 4e5362a2a3
commit a1c8251afe
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-04-27 Kazu Hirata <kazu@cs.umass.edu>
* tree-ssa-pre.c: Fix a comment typo.
2005-04-27 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/21171

View File

@ -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