* sh.md (divsi3): Update way how to find insns in a sequence.
From-SVN: r54705
This commit is contained in:
parent
dec0798ef3
commit
8bccce2d1f
@ -1,4 +1,6 @@
|
||||
Mon Jun 17 12:32:24 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||
Mon Jun 17 17:26:15 2002 J"orn Rennecke <joern.rennecke@superh.com>
|
||||
|
||||
* sh.md (divsi3): Update way how to find insns in a sequence.
|
||||
|
||||
* reload1.c (merge_assigned_reloads): Don't change reloads
|
||||
other than RELOAD_FOR_INPUT_ADDRESS / RELOAD_FOR_INPADDR_ADDRESS
|
||||
|
@ -1520,7 +1520,7 @@
|
||||
operands[1] = force_reg (SImode, operands[1]);
|
||||
operands[2] = force_reg (SImode, operands[2]);
|
||||
last = gen_divsi3_i4_media (operands[0], operands[1], operands[2]);
|
||||
first = XVECEXP (last, 0, 0);
|
||||
first = last;
|
||||
}
|
||||
else if (TARGET_SH5)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user