i860.md (untyped_call expander): Use GEN_CALL instead of gen_call.

Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com>

        * config/i860/i860.md (untyped_call expander): Use GEN_CALL
        instead of gen_call.

From-SVN: r35213
This commit is contained in:
Jason Eckhardt 2000-07-23 19:51:43 +00:00 committed by Jason Eckhardt
parent c6451ce1ed
commit 0f7df3fb37
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sun Jul 23 14:49:12 2000 Jason Eckhardt <jle@cygnus.com>
* config/i860/i860.md (untyped_call expander): Use GEN_CALL
instead of gen_call.
Sun Jul 23 11:52:03 2000 George Helffrich (george@gly.bris.ac.uk)
* dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.

View File

@ -2266,7 +2266,7 @@ fmul.ss %1,%0,%4\;fmul.ss %3,%4,%0\";
{
int i;
emit_call_insn (gen_call (operands[0], const0_rtx, NULL, const0_rtx));
emit_call_insn (GEN_CALL (operands[0], const0_rtx, NULL, const0_rtx));
for (i = 0; i < XVECLEN (operands[2], 0); i++)
{