i860.md (untyped_call expander): Use GEN_CALL instead of gen_call.
authorJason Eckhardt <jle@cygnus.com>
Sun, 23 Jul 2000 19:51:43 +0000 (19:51 +0000)
committerJason Eckhardt <jle@gcc.gnu.org>
Sun, 23 Jul 2000 19:51:43 +0000 (19:51 +0000)
Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com>

        * config/i860/i860.md (untyped_call expander): Use GEN_CALL
        instead of gen_call.

From-SVN: r35213

gcc/ChangeLog
gcc/config/i860/i860.md

index f92b65bd0b987460893576fff40acf4927bb976e..5a4b171f13221b0c0fb11b062ee975062d5c633f 100644 (file)
@@ -1,3 +1,8 @@
+Sun Jul 23 14:49:12 2000  Jason Eckhardt  <jle@cygnus.com> 
+
+        * config/i860/i860.md (untyped_call expander): Use GEN_CALL 
+        instead of gen_call.
+
 Sun Jul 23 11:52:03 2000  George Helffrich (george@gly.bris.ac.uk)
 
        * dbxout.c (dbxout_type, case COMPLEX_TYPE): Fix length field in stab.
index a2af1806cc02fd69fca5fc1f3ff2791d406351a1..8cc1fd883f7f7308e814f79a44196530739ff5ee 100644 (file)
@@ -2266,7 +2266,7 @@ fmul.ss %1,%0,%4\;fmul.ss %3,%4,%0\";
 {
   int i;
 
-  emit_call_insn (gen_call (operands[0], const0_rtx, NULL, const0_rtx));
+  emit_call_insn (GEN_CALL (operands[0], const0_rtx, NULL, const0_rtx));
 
   for (i = 0; i < XVECLEN (operands[2], 0); i++)
     {