mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 20:01:28 +08:00
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:
parent
fce881ebee
commit
68350f4f0f
@ -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.
|
||||
|
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user