From: Richard Earnshaw Date: Sat, 3 Jun 2000 10:44:59 +0000 (+0000) Subject: * arm.md (untyped_call): Use GEN_CALL macro. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6c266b25001500d67c6f5f2b0839294810e857b;p=gcc.git * arm.md (untyped_call): Use GEN_CALL macro. From-SVN: r34378 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 61c9749fff2..e0fac913f86 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 * Makefile.in: Use $(MAKE) not "make" diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index 69e7c9bddb1..9cf0d240962 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -6176,7 +6176,7 @@ { 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++) {