]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sh.c (sh_insn_length_adjustment): Adjust for the change of decode_asm_operands.
authorKaz Kojima <kkojima@gcc.gnu.org>
Sat, 10 Mar 2007 06:57:16 +0000 (06:57 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Sat, 10 Mar 2007 06:57:16 +0000 (06:57 +0000)
* config/sh/sh.c (sh_insn_length_adjustment): Adjust for
the change of decode_asm_operands.

From-SVN: r122792

gcc/ChangeLog
gcc/config/sh/sh.c

index ee77d386d48d059ec55a0e7f61719fbde9628499..5e2f3ea58167d46678449a60fe296311321a7104 100644 (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.
index bb2776f1c894e7f826c3a07598c73357bb650232..68f8ec1fa1f23f57a8d3492683418358764c8933 100644 (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