From: Richard Henderson Date: Sun, 28 May 2000 02:59:35 +0000 (-0700) Subject: * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL. X-Git-Tag: prereleases/libstdc++-2.92~6133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d70b8b2f7cbf969c1096ce9df6c7289aebf5d1a;p=thirdparty%2Fgcc.git * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL. From-SVN: r34224 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cff7b963bb72..f3e6ed70620d 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 96e6b5cfcfa3..589d3c72f7fb 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++) {