(floatsitf2): Output fitoq not fitox.
authorJim Wilson <wilson@gcc.gnu.org>
Mon, 3 May 1993 23:41:46 +0000 (16:41 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 3 May 1993 23:41:46 +0000 (16:41 -0700)
From-SVN: r4313

gcc/config/sparc/sparc.md

index dd341001b84bb61a7be8bf30a4f153395a5d05c6..188afaabb17e0b7dfe89723cdb26de47440a8ad8 100644 (file)
   [(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.