From: Kaz Kojima Date: Sat, 10 Mar 2007 06:57:16 +0000 (+0000) Subject: sh.c (sh_insn_length_adjustment): Adjust for the change of decode_asm_operands. X-Git-Tag: releases/gcc-4.3.0~6323 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=343d66ade59f0f8b2a7e94bbdfa7240997efa8a0;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ee77d386d48d..5e2f3ea58167 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2007-03-10 Kaz Kojima + + * config/sh/sh.c (sh_insn_length_adjustment): Adjust for + the change of decode_asm_operands. + 2007-03-10 Kaz Kojima * mode-switching.c (create_pre_exit): Skip blockage insn. diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index bb2776f1c894..68f8ec1fa1f2 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -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