Commit 3c64f04b by Ian Lance Taylor

(fix_truncdfsi2, fixuns_truncdfsi2): Use RS6000_ITRUNC and RS6000_UITRUNC,

not "itrunc" and "uitrunc".

From-SVN: r6561
parent 9929b575
...@@ -2639,7 +2639,7 @@ ...@@ -2639,7 +2639,7 @@
" "
{ {
emit_insn (gen_trunc_call (operands[0], operands[1], emit_insn (gen_trunc_call (operands[0], operands[1],
gen_rtx (SYMBOL_REF, Pmode, \"itrunc\"))); gen_rtx (SYMBOL_REF, Pmode, RS6000_ITRUNC)));
DONE; DONE;
}") }")
...@@ -2650,7 +2650,7 @@ ...@@ -2650,7 +2650,7 @@
" "
{ {
emit_insn (gen_trunc_call (operands[0], operands[1], emit_insn (gen_trunc_call (operands[0], operands[1],
gen_rtx (SYMBOL_REF, Pmode, \"uitrunc\"))); gen_rtx (SYMBOL_REF, Pmode, RS6000_UITRUNC)));
DONE; DONE;
}") }")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment