Commit 343d66ad by Kaz Kojima

sh.c (sh_insn_length_adjustment): Adjust for the change of decode_asm_operands.

	* config/sh/sh.c (sh_insn_length_adjustment): Adjust for
	the change of decode_asm_operands.

From-SVN: r122792
parent 07288ab0
2007-03-10 Kaz Kojima <kkojima@gcc.gnu.org> 2007-03-10 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.c (sh_insn_length_adjustment): Adjust for
the change of decode_asm_operands.
2007-03-10 Kaz Kojima <kkojima@gcc.gnu.org>
* mode-switching.c (create_pre_exit): Skip blockage insn. * mode-switching.c (create_pre_exit): Skip blockage insn.
2007-03-09 Diego Novillo <dnovillo@redhat.com> 2007-03-09 Diego Novillo <dnovillo@redhat.com>
......
...@@ -8594,7 +8594,7 @@ sh_insn_length_adjustment (rtx insn) ...@@ -8594,7 +8594,7 @@ sh_insn_length_adjustment (rtx insn)
template = XSTR (body, 0); template = XSTR (body, 0);
else if (asm_noperands (body) >= 0) else if (asm_noperands (body) >= 0)
template template
= decode_asm_operands (body, NULL, NULL, NULL, NULL); = decode_asm_operands (body, NULL, NULL, NULL, NULL, NULL);
else else
return 0; return 0;
do do
......
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