OSDN Git Service

* sh.md (untyped_call): Remove excess parameters
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Jun 2000 23:14:27 +0000 (23:14 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Jun 2000 23:14:27 +0000 (23:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34348 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 0b155a7..67cd6fa 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 fdab0f4..49631d3 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++)
     {