* config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.

From-SVN: r34224
This commit is contained in:
Richard Henderson 2000-05-27 19:59:35 -07:00 committed by Richard Henderson
parent 596ea4e574
commit 7d70b8b2f7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2000-05-27 Richard Henderson <rth@cygnus.com>
* config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
2000-05-27 Richard Henderson <rth@cygnus.com>
* config/alpha/alpha.c (alpha_does_function_need_gp): Test

View File

@ -10060,7 +10060,7 @@ operands[2] = GEN_INT (INTVAL (operands[1]) >> 32);
{
int i;
emit_call_insn (gen_call (operands[0], const0_rtx, const0_rtx, const0_rtx));
emit_call_insn (GEN_CALL (operands[0], const0_rtx, const0_rtx, const0_rtx));
for (i = 0; i < XVECLEN (operands[2], 0); i++)
{