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
This commit is contained in:
Kaz Kojima 2007-03-10 06:57:16 +00:00
parent 07288ab037
commit 343d66ade5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -8594,7 +8594,7 @@ sh_insn_length_adjustment (rtx insn)
template = XSTR (body, 0);
else if (asm_noperands (body) >= 0)
template
= decode_asm_operands (body, NULL, NULL, NULL, NULL);
= decode_asm_operands (body, NULL, NULL, NULL, NULL, NULL);
else
return 0;
do