* tree-ssa-copy.c (cprop_into_successor_phis): Fix typo.
authorDiego Novillo <dnovillo@redhat.com>
Tue, 15 Jun 2004 11:49:50 +0000 (11:49 +0000)
committerDiego Novillo <dnovillo@gcc.gnu.org>
Tue, 15 Jun 2004 11:49:50 +0000 (07:49 -0400)
From-SVN: r83177

gcc/ChangeLog
gcc/tree-ssa-copy.c

index fec39d7..6c953a1 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 753a677..7901516 100644 (file)
@@ -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.  */