(find_reloads): Don't call find_reloads_toplev

(or anything like that)	for match_operator operands.

From-SVN: r5527
This commit is contained in:
Richard Stallman 1993-09-29 02:21:41 +00:00
parent bb2f42b1ca
commit 0d38001f71
1 changed files with 4 additions and 1 deletions

View File

@ -2431,7 +2431,10 @@ find_reloads (insn, replace, ind_levels, live_known, reload_reg_p)
: modified[i] == RELOAD_WRITE ? RELOAD_FOR_OUTPUT_ADDRESS
: RELOAD_OTHER);
if (constraints[i][0] == 'p')
if (*constraints[i] == 0)
/* Ignore things like match_operator operands. */
;
else if (constraints[i][0] == 'p')
{
find_reloads_address (VOIDmode, NULL_PTR,
recog_operand[i], recog_operand_loc[i],