Commit e790b36a by Bryce McKinlay Committed by Bryce McKinlay

s390.md: Remove ALIGN arg from emit_cmp_and_jump_insns call.

	* config/s390/s390.md: Remove ALIGN arg from emit_cmp_and_jump_insns
	call.
	* config/i386/i386.md: Likewise.

From-SVN: r47080
parent 5237fc07
2001-11-16 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* config/s390/s390.md: Remove ALIGN arg from emit_cmp_and_jump_insns
call.
* config/i386/i386.md: Likewise.
Thu Nov 15 21:40:16 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* timevar.c (rtl.h): Include so get fancy abort.
......
......@@ -13792,7 +13792,7 @@
emit_move_insn (out, const0_rtx);
emit_cmp_and_jump_insns (in, const0_rtx, EQ, 0, SImode, 1, 0, label);
emit_cmp_and_jump_insns (in, const0_rtx, EQ, 0, SImode, 1, label);
emit_move_insn (hi, out);
emit_insn (gen_subsi3 (out, out, in));
......
......@@ -5212,7 +5212,7 @@
emit_move_insn (index, operands[0]);
emit_insn (gen_subsi3 (index, index, operands[1]));
emit_cmp_and_jump_insns (index, operands[2], GTU, NULL_RTX, SImode, 1,
0, operands[4]);
operands[4]);
if (Pmode != SImode)
index = convert_to_mode (Pmode, index, 1);
......
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