* sh.md (untyped_call): Remove excess parameters
authorToshiyasu Morita <toshi.morita@sega.com>
Thu, 1 Jun 2000 23:14:27 +0000 (23:14 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Thu, 1 Jun 2000 23:14:27 +0000 (00:14 +0100)
From-SVN: r34348

gcc/ChangeLog
gcc/config/sh/sh.md

index 0b155a71996fa9cd63b896b90c552380b2af49d7..67cd6fa63f8b9bed325debb568ca4f81926dac67 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-02  Toshiyasu Morita  <toshi.morita@sega.com>
+
+       * sh.md (untyped_call): Remove excess parameters
+
 2000-06-01  Stan Cox  <scox@cygnus.com>
 
        * varray.h (VARRAY_PUSH_GENERIC_PTR, VARRAY_PUSH_CHAR_PTR): Fix
index fdab0f4cb9442a0b550e1283226723ee284115eb..49631d30af2b8e2f8e34b9d0c296d8025ca9a23d 100644 (file)
 {
   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++)
     {