Commit 11819f80 by Ulrich Weigand Committed by Ulrich Weigand

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
parent c2727579
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));
......
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