reload_out[i]->rld[i].out.
From-SVN: r29936
This commit is contained in:
parent
57850c857c
commit
df1f639fb1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user