* config/i960/i960.md (call, call_value): Use emit_call_insn.
authorRichard Henderson <rth@redhat.com>
Fri, 4 Oct 2002 00:39:27 +0000 (17:39 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 4 Oct 2002 00:39:27 +0000 (17:39 -0700)
From-SVN: r57795

gcc/ChangeLog
gcc/config/i960/i960.md

index 3fdac7ab28a23b149e73b5483eb1a21c31787bca..51603723130b0f069b3c6dc84696cb520e9f725b 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 91fb78b56043d92f60102aa245170e47c0a31e73..c5b32da9c831a5bc4ba9eb98326efdfd5e95670c 100644 (file)
   ""
   "
 {
-  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;
 }")
 
   ""
   "
 {
-  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;
 }")