Commit 400d1b19 by Toshiyasu Morita Committed by Joern Rennecke

* sh.md (untyped_call): Remove excess parameters

From-SVN: r34348
parent 6518c7b5
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
......
......@@ -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++)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment