* config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
authorRichard Henderson <rth@cygnus.com>
Sun, 28 May 2000 02:59:35 +0000 (19:59 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 28 May 2000 02:59:35 +0000 (19:59 -0700)
From-SVN: r34224

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index cff7b963bb720149e5f8ebca40aba06e1a2d5088..f3e6ed70620da13b4ea35cbca313aa0f30c24fa7 100644 (file)
@@ -1,3 +1,7 @@
+2000-05-27  Richard Henderson  <rth@cygnus.com>
+
+       * config/rs6000/rs6000.md (untyped_call): Use GEN_CALL.
+
 2000-05-27  Richard Henderson  <rth@cygnus.com>
 
        * config/alpha/alpha.c (alpha_does_function_need_gp): Test
index 96e6b5cfcfa32ea8891b73ccfd8d16ff9d5b2579..589d3c72f7fb9a7522823f3e54ef6c406450bf2c 100644 (file)
@@ -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++)
     {