aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshiyasu Morita <toshi.morita@sega.com>2000-06-01 23:14:27 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2000-06-02 00:14:27 +0100
commit400d1b199f4327b1fdffe44aa3ef1991e4b1bbc1 (patch)
tree30c99e73f81a19b7cffc7fb63b098e7d2514901f
parent6518c7b51fe5df930c40168f785382335d55652b (diff)
downloadgcc-400d1b199f4327b1fdffe44aa3ef1991e4b1bbc1.zip
gcc-400d1b199f4327b1fdffe44aa3ef1991e4b1bbc1.tar.gz
gcc-400d1b199f4327b1fdffe44aa3ef1991e4b1bbc1.tar.bz2
* sh.md (untyped_call): Remove excess parameters
From-SVN: r34348
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/sh/sh.md2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0b155a7..67cd6fa 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md
index fdab0f4..49631d3 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++)
{