From 7d70b8b2f7cbf969c1096ce9df6c7289aebf5d1a Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 27 May 2000 19:59:35 -0700 Subject: [PATCH] * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL. From-SVN: r34224 --- gcc/ChangeLog | 4 ++++ gcc/config/rs6000/rs6000.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cff7b963bb7..f3e6ed70620 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-27 Richard Henderson + + * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL. + 2000-05-27 Richard Henderson * config/alpha/alpha.c (alpha_does_function_need_gp): Test diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 96e6b5cfcfa..589d3c72f7f 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -10060,7 +10060,7 @@ operands[2] = GEN_INT (INTVAL (operands[1]) >> 32); { int i; - emit_call_insn (gen_call (operands[0], const0_rtx, const0_rtx, const0_rtx)); + emit_call_insn (GEN_CALL (operands[0], const0_rtx, const0_rtx, const0_rtx)); for (i = 0; i < XVECLEN (operands[2], 0); i++) { -- 2.30.2