Commit a1c8251a by Kazu Hirata Committed by Kazu Hirata

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

From-SVN: r98831
parent 4e5362a2
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> 2005-04-27 Zdenek Dvorak <dvorakz@suse.cz>
PR tree-optimization/21171 PR tree-optimization/21171
......
...@@ -1389,7 +1389,7 @@ create_expression_by_pieces (basic_block block, tree expr, tree stmts) ...@@ -1389,7 +1389,7 @@ create_expression_by_pieces (basic_block block, tree expr, tree stmts)
tsi_link_after (&tsi, newexpr, TSI_CONTINUE_LINKING); tsi_link_after (&tsi, newexpr, TSI_CONTINUE_LINKING);
VEC_safe_push (tree, heap, inserted_exprs, newexpr); 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 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 we are creating the expression by pieces, and this particular piece of
the expression may have been represented. There is no harm in replacing the expression may have been represented. There is no harm in replacing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment