Commit 92fd5e41 by Kazu Hirata Committed by Kazu Hirata

pa.c (emit_hpdiv_const): Replace gen_rtx with gen_rtx_PARALLEL.

	* config/pa/pa.c (emit_hpdiv_const): Replace gen_rtx with
	gen_rtx_PARALLEL.

From-SVN: r77313
parent f822fcf7
2004-02-05 Kazu Hirata <kazu@cs.umass.edu> 2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
* config/pa/pa.c (emit_hpdiv_const): Replace gen_rtx with
gen_rtx_PARALLEL.
2004-02-05 Kazu Hirata <kazu@cs.umass.edu>
* emit-rtl.c: Update the comment about the file. * emit-rtl.c: Update the comment about the file.
2004-02-05 Joseph S. Myers <jsm@polyomino.org.uk> 2004-02-05 Joseph S. Myers <jsm@polyomino.org.uk>
......
...@@ -5554,8 +5554,8 @@ emit_hpdiv_const (rtx *operands, int unsignedp) ...@@ -5554,8 +5554,8 @@ emit_hpdiv_const (rtx *operands, int unsignedp)
emit_move_insn (gen_rtx_REG (SImode, 26), operands[1]); emit_move_insn (gen_rtx_REG (SImode, 26), operands[1]);
emit emit
(gen_rtx (gen_rtx_PARALLEL
(PARALLEL, VOIDmode, (VOIDmode,
gen_rtvec (6, gen_rtx_SET (VOIDmode, gen_rtx_REG (SImode, 29), gen_rtvec (6, gen_rtx_SET (VOIDmode, gen_rtx_REG (SImode, 29),
gen_rtx_fmt_ee (unsignedp ? UDIV : DIV, gen_rtx_fmt_ee (unsignedp ? UDIV : DIV,
SImode, 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