From: Ian Lance Taylor Date: Tue, 15 Feb 1994 16:10:58 +0000 (+0000) Subject: (fix_truncdfsi2, fixuns_truncdfsi2): Use RS6000_ITRUNC and RS6000_UITRUNC, X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3c64f04b4ffd2ff1a055a00ee036ab5ea4bfc180;p=gcc.git (fix_truncdfsi2, fixuns_truncdfsi2): Use RS6000_ITRUNC and RS6000_UITRUNC, not "itrunc" and "uitrunc". From-SVN: r6561 --- diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index b4814630c9e..c1325dd7916 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -2639,7 +2639,7 @@ " { emit_insn (gen_trunc_call (operands[0], operands[1], - gen_rtx (SYMBOL_REF, Pmode, \"itrunc\"))); + gen_rtx (SYMBOL_REF, Pmode, RS6000_ITRUNC))); DONE; }") @@ -2650,7 +2650,7 @@ " { emit_insn (gen_trunc_call (operands[0], operands[1], - gen_rtx (SYMBOL_REF, Pmode, \"uitrunc\"))); + gen_rtx (SYMBOL_REF, Pmode, RS6000_UITRUNC))); DONE; }")