Commit 41552736 by Richard Henderson Committed by Richard Henderson

* config/i960/i960.md (call, call_value): Use emit_call_insn.

From-SVN: r57795
parent e662e109
2002-10-03 Richard Henderson <rth@redhat.com>
* config/i960/i960.md (call, call_value): Use emit_call_insn.
2002-10-03 Steve Ellcey <sje@cup.hp.com>
* config/pa/pa64-hpux.h (INIT_ENVIRONMENT): New.
......
......@@ -2292,8 +2292,8 @@
""
"
{
emit_insn (gen_call_internal (operands[0], operands[1],
virtual_outgoing_args_rtx));
emit_call_insn (gen_call_internal (operands[0], operands[1],
virtual_outgoing_args_rtx));
DONE;
}")
......@@ -2322,8 +2322,9 @@
""
"
{
emit_insn (gen_call_value_internal (operands[0], operands[1], operands[2],
virtual_outgoing_args_rtx));
emit_call_insn (gen_call_value_internal (operands[0], operands[1],
operands[2],
virtual_outgoing_args_rtx));
DONE;
}")
......
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