OSDN Git Service

* pa.md (call patterns): Lose unused argument to output_call.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Feb 1999 16:33:18 +0000 (16:33 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Feb 1999 16:33:18 +0000 (16:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25443 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pa/pa.md

index 3ed3247..c68d309 100644 (file)
@@ -1,5 +1,7 @@
 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.
 
 1999-02-25 17:14 -0500  Zack Weinberg  <zack@rabi.columbia.edu>
index 5775e20..568863e 100644 (file)
   "*
 {
   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 "length")
   "*
 {
   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 "length")