* arm.md (untyped_call): Use GEN_CALL macro.
authorRichard Earnshaw <rearnsha@arm.com>
Sat, 3 Jun 2000 10:44:59 +0000 (10:44 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Sat, 3 Jun 2000 10:44:59 +0000 (10:44 +0000)
From-SVN: r34378

gcc/ChangeLog
gcc/config/arm/arm.md

index 61c9749fff2d99171ee5b558b5bf28cd5a0749e7..e0fac913f8652ebfd77765402b039b5054f9c32c 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-03  Richard Earnshaw (rearnsha@arm.com)
+
+       * arm.md (untyped_call): Use GEN_CALL macro.
+
 2000-06-02  Pekka Nikander  <pnr@teldanex.tcm.hut.fi>
 
        * Makefile.in: Use $(MAKE) not "make"
index 69e7c9bddb133b65beb99db41ffa68ead4d1abab..9cf0d240962284c6d5e7e7daf95684832f27daa3 100644 (file)
 {
   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++)
     {