* pa.md (call patterns): Lose unused argument to output_call.
authorJeffrey A Law <law@cygnus.com>
Thu, 25 Feb 1999 16:33:18 +0000 (16:33 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 25 Feb 1999 16:33:18 +0000 (09:33 -0700)
From-SVN: r25443

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

index 3ed3247c29af53c78b0b54caf926d33c72c22081..c68d30930c2948d70ffb64ce533864f97e65d82d 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 5775e2016242dea20a398de49165569681e3e9d5..568863ebaa3858870d8a3f1d040bfb959fe1ec36 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")