* sh.md (untyped_call): Remove excess parameters

From-SVN: r34348
This commit is contained in:
Toshiyasu Morita 2000-06-01 23:14:27 +00:00 committed by Joern Rennecke
parent 6518c7b51f
commit 400d1b199f
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -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++)
{