rs6000.md (store_multiple): Correct RTL generation for first set.

2001-08-28  Will Cohen  <wcohen@redhat.com>

	* config/rs6000/rs6000.md (store_multiple): Correct RTL
	generation for first set.

From-SVN: r45229
This commit is contained in:
Will Cohen 2001-08-28 17:26:14 +00:00 committed by William Cohen
parent fce881ebee
commit 68350f4f0f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-08-28 Will Cohen <wcohen@redhat.com>
* config/rs6000/rs6000.md (store_multiple): Correct RTL
generation for first set.
2001-08-27 Roman Zippel <zippel@linux-m68k.org>
* flow.c (redirect_edge_succ_nodup): Return new edge.

View File

@ -8302,7 +8302,7 @@
op0 = replace_equiv_address (operands[0], to);
XVECEXP (operands[3], 0, 0)
= gen_rtx_SET (VOIDmode, op0, operands[1]);
= gen_rtx_SET (VOIDmode, adjust_address (op0, SImode, 0), operands[1]);
XVECEXP (operands[3], 0, 1) = gen_rtx_CLOBBER (VOIDmode,
gen_rtx_SCRATCH (SImode));