From: Toshiyasu Morita Date: Thu, 1 Jun 2000 23:14:27 +0000 (+0000) Subject: * sh.md (untyped_call): Remove excess parameters X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=400d1b199f4327b1fdffe44aa3ef1991e4b1bbc1;p=gcc.git * sh.md (untyped_call): Remove excess parameters From-SVN: r34348 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b155a71996..67cd6fa63f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-06-02 Toshiyasu Morita + + * sh.md (untyped_call): Remove excess parameters + 2000-06-01 Stan Cox * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index fdab0f4cb94..49631d30af2 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -3318,7 +3318,7 @@ { int i; - emit_call_insn (gen_call (operands[0], const0_rtx, const0_rtx, const0_rtx)); + emit_call_insn (gen_call (operands[0], const0_rtx)); for (i = 0; i < XVECLEN (operands[2], 0); i++) {