(fix_truncdfsi2, fixuns_truncdfsi2): Use RS6000_ITRUNC and RS6000_UITRUNC,
authorIan Lance Taylor <ian@gcc.gnu.org>
Tue, 15 Feb 1994 16:10:58 +0000 (16:10 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 15 Feb 1994 16:10:58 +0000 (16:10 +0000)
not "itrunc" and "uitrunc".

From-SVN: r6561

gcc/config/rs6000/rs6000.md

index b481463..c1325dd 100644 (file)
   "
 {
   emit_insn (gen_trunc_call (operands[0], operands[1],
-                            gen_rtx (SYMBOL_REF, Pmode, \"itrunc\")));
+                            gen_rtx (SYMBOL_REF, Pmode, RS6000_ITRUNC)));
   DONE;
 }")
 
   "
 {
   emit_insn (gen_trunc_call (operands[0], operands[1],
-                            gen_rtx (SYMBOL_REF, Pmode, \"uitrunc\")));
+                            gen_rtx (SYMBOL_REF, Pmode, RS6000_UITRUNC)));
   DONE;
 }")