Commit 68350f4f by Will Cohen Committed by William Cohen

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
parent fce881eb
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> 2001-08-27 Roman Zippel <zippel@linux-m68k.org>
* flow.c (redirect_edge_succ_nodup): Return new edge. * flow.c (redirect_edge_succ_nodup): Return new edge.
......
...@@ -8302,7 +8302,7 @@ ...@@ -8302,7 +8302,7 @@
op0 = replace_equiv_address (operands[0], to); op0 = replace_equiv_address (operands[0], to);
XVECEXP (operands[3], 0, 0) 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, XVECEXP (operands[3], 0, 1) = gen_rtx_CLOBBER (VOIDmode,
gen_rtx_SCRATCH (SImode)); gen_rtx_SCRATCH (SImode));
......
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