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:
Ulrich Weigand 2002-06-11 20:15:31 +00:00 committed by Ulrich Weigand
parent c2727579c1
commit 11819f8028
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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));