regmove.c (find_matches): Initialize matches->earlyclobber too.
authorJeffrey A Law <law@cygnus.com>
Thu, 22 Jan 1998 13:49:29 +0000 (13:49 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 22 Jan 1998 13:49:29 +0000 (06:49 -0700)
        * regmove.c (find_matches): Initialize matches->earlyclobber too.
Should fix pa bootstrap comparison failures.

From-SVN: r17443

gcc/ChangeLog
gcc/regmove.c

index 9f3aa4d..26999e7 100644 (file)
@@ -1,3 +1,7 @@
+Thu Jan 22 14:49:14 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * regmove.c (find_matches): Initialize matches->earlyclobber too.
+
 Thu Jan 22 01:40:52 1998  Richard Henderson  <rth@cygnus.com>
 
        * alpha.md (abssf2, absdf2): Disable in IEEE mode.
index a6695df..57e54ae 100644 (file)
@@ -877,6 +877,7 @@ find_matches (insn, matchp)
 
       likely_spilled[operand_number] = 0;
       matchp->use[operand_number] = READ;
+      matchp->early_clobber[operand_number] = 0;
       if (*p == '=')
        matchp->use[operand_number] = WRITE;
       else if (*p == '+')