Commit b451d311 authored by kazu's avatar kazu
Browse files

* 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
parent a2e0c99d
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