* arm.c (load_multiple_sequence): Support SUBREG of MEM.
(store_multiple_sequence): Likewise.
Brought over from gcc2.
From-SVN: r16288
+Sun Nov 2 22:53:16 1997 Richard Earnshaw (rearnsha@arm.com)
+
+ * arm.c (load_multiple_sequence): Support SUBREG of MEM.
+ (store_multiple_sequence): Likewise.
+
Sun Nov 2 19:44:00 1997 Robert Lipe (robertl@dgii.com)
* i386/sco5.h: enable -gstabs once again.
rtx reg;
rtx offset;
+ /* Convert a subreg of a mem into the mem itself. */
+ if (GET_CODE (operands[nops + i]) == SUBREG)
+ operands[nops + i] = alter_subreg(operands[nops + i]);
+
if (GET_CODE (operands[nops + i]) != MEM)
abort ();