Commit 1d77b9c1 by Jim Wilson

(floatsitf2): Output fitoq not fitox.

From-SVN: r4313
parent bc1aa946
......@@ -1629,7 +1629,7 @@
[(set (match_operand:TF 0 "register_operand" "=f")
(float:TF (match_operand:SI 1 "register_operand" "f")))]
"TARGET_FPU"
"fitox %1,%0"
"fitoq %1,%0"
[(set_attr "type" "fp")])
;; Convert a float to an actual integer.
......
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