Commit 9b8a4e83 by Jeffrey A Law Committed by Jeff Law

* pa.md (call patterns): Lose unused argument to output_call.

From-SVN: r25443
parent 5a25c64c
Thu Feb 25 16:19:43 1999 Jeffrey A Law (law@cygnus.com) Thu Feb 25 16:19:43 1999 Jeffrey A Law (law@cygnus.com)
* pa.md (call patterns): Lose unused argument to output_call.
* print-rtl.c (print_rtl): Print /j and /c for the jump/call flags. * print-rtl.c (print_rtl): Print /j and /c for the jump/call flags.
1999-02-25 17:14 -0500 Zack Weinberg <zack@rabi.columbia.edu> 1999-02-25 17:14 -0500 Zack Weinberg <zack@rabi.columbia.edu>
......
...@@ -4150,7 +4150,7 @@ ...@@ -4150,7 +4150,7 @@
"* "*
{ {
output_arg_descriptor (insn); output_arg_descriptor (insn);
return output_call (insn, operands[0], gen_rtx_REG (SImode, 2)); return output_call (insn, operands[0]);
}" }"
[(set_attr "type" "call") [(set_attr "type" "call")
(set (attr "length") (set (attr "length")
...@@ -4309,7 +4309,7 @@ ...@@ -4309,7 +4309,7 @@
"* "*
{ {
output_arg_descriptor (insn); output_arg_descriptor (insn);
return output_call (insn, operands[1], gen_rtx_REG (SImode, 2)); return output_call (insn, operands[1]);
}" }"
[(set_attr "type" "call") [(set_attr "type" "call")
(set (attr "length") (set (attr "length")
......
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