Commit 7d70b8b2 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r34224
parent 596ea4e5
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
TARGET_PROFILING_NEEDS_GP in the if, instead of with an ifdef.
(alpha_expand_prologue): Emit prologue_mcount if needed.
......@@ -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++)
{
......
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