mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 19:11:19 +08:00
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:
parent
07288ab037
commit
343d66ade5
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user