reload_out[i]->rld[i].out.

From-SVN: r29936
This commit is contained in:
Jeff Law 1999-10-13 00:48:26 -06:00
parent 57850c857c
commit df1f639fb1

View 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;