Skip to content
Snippets Groups Projects
Commit 9264db16 authored by Diego Novillo's avatar Diego Novillo Committed by Diego Novillo
Browse files

* tree-ssa-copy.c (cprop_into_successor_phis): Fix typo.

From-SVN: r83177
parent de5c90ff
No related branches found
No related tags found
No related merge requests found
2004-06-15 Diego Novillo <dnovillo@redhat.com>
* tree-ssa-copy.c (cprop_into_successor_phis): Fix typo.
2004-06-15 Paolo Bonzini <bonzini@gnu.org>
 
* fold-const.c (operand_equal_p): Update comment.
......
......@@ -350,7 +350,7 @@ cprop_into_successor_phis (basic_block bb,
/* If the alternative is known to have a nonzero value, record
that fact in the PHI node itself for future use. */
if (bitmap_bit_p (nonzero_vars, SSA_NAME_VERSION (*orig_p)))
PHI_ARG_NONZERO (phi, i) = true;
PHI_ARG_NONZERO (phi, hint) = true;
/* If we have *ORIG_P in our constant/copy table, then replace
ORIG_P with its value in our constant/copy table. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment