* config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
From-SVN: r34224
This commit is contained in:
parent
596ea4e574
commit
7d70b8b2f7
@ -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
|
||||
|
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user