aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1993-05-03 16:41:46 -0700
committerJim Wilson <wilson@gcc.gnu.org>1993-05-03 16:41:46 -0700
commit1d77b9c11d2145e67b4b5957ea7bb792d1c7dfb1 (patch)
tree0ca5ac13433e8d59098b91e471eba105d11e5b8c /gcc
parentbc1aa946790c9534f2fee6db6bf84e93d6151c89 (diff)
downloadgcc-1d77b9c11d2145e67b4b5957ea7bb792d1c7dfb1.zip
gcc-1d77b9c11d2145e67b4b5957ea7bb792d1c7dfb1.tar.gz
gcc-1d77b9c11d2145e67b4b5957ea7bb792d1c7dfb1.tar.bz2
(floatsitf2): Output fitoq not fitox.
From-SVN: r4313
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sparc/sparc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md
index dd34100..188afaa 100644
--- a/gcc/config/sparc/sparc.md
+++ b/gcc/config/sparc/sparc.md
@@ -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.