reload_out[i]->rld[i].out.
authorJeff Law <law@gcc.gnu.org>
Wed, 13 Oct 1999 06:48:26 +0000 (00:48 -0600)
committerJeff Law <law@gcc.gnu.org>
Wed, 13 Oct 1999 06:48:26 +0000 (00:48 -0600)
From-SVN: r29936

gcc/reload1.c

index 8727770af4f8257d25552d9c39aedce0e8a73f49..de39ef649ad24c08c7e66f50fa948d78a6d90bb3 100644 (file)
@@ -5339,7 +5339,7 @@ reload_reg_free_for_value_p (regno, opnum, type, value, out, reloadnum,
                      time2 = MAX_RECOG_OPERANDS * 4 + 4;
                      /* Earlyclobbered outputs must conflict with inputs.  */
                      for (j = 0; j < n_earlyclobbers; j++)
-                       if (reload_out[i] == reload_earlyclobbers[j])
+                       if (rld[i].out == reload_earlyclobbers[j])
                          time2 = MAX_RECOG_OPERANDS * 4 + 3;
                          
                      break;