Commit 8bccce2d by J"orn Rennecke Committed by Joern Rennecke

* sh.md (divsi3): Update way how to find insns in a sequence.

From-SVN: r54705
parent dec0798e
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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment