s390.c (emit_prologue): gen_store_multiple returns an insn now, not a pattern.
* config/s390/s390.c (emit_prologue): gen_store_multiple returns an insn now, not a pattern. From-SVN: r54523
This commit is contained in:
parent
c2727579c1
commit
11819f8028
@ -1,3 +1,8 @@
|
||||
2002-06-11 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* config/s390/s390.c (emit_prologue): gen_store_multiple
|
||||
returns an insn now, not a pattern.
|
||||
|
||||
2002-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* Makefile.in (gccinstall.dvi): Pass absolute pathnames to
|
||||
|
@ -3408,6 +3408,8 @@ s390_emit_prologue ()
|
||||
note = gen_store_multiple (gen_rtx_MEM (Pmode, naddr),
|
||||
gen_rtx_REG (Pmode, 6),
|
||||
GEN_INT (frame.last_save_gpr - 6 + 1));
|
||||
note = PATTERN (note);
|
||||
|
||||
REG_NOTES (insn) =
|
||||
gen_rtx_EXPR_LIST (REG_FRAME_RELATED_EXPR,
|
||||
note, REG_NOTES (insn));
|
||||
|
Loading…
Reference in New Issue
Block a user