OSDN Git Service

* config/i960/i960.md (call, call_value): Use emit_call_insn.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Oct 2002 00:39:27 +0000 (00:39 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Oct 2002 00:39:27 +0000 (00:39 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57795 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 3fdac7a..5160372 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 91fb78b..c5b32da 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;
 }")