aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mmix
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2002-10-26 02:27:17 +0000
committerHans-Peter Nilsson <hp@gcc.gnu.org>2002-10-26 02:27:17 +0000
commit7e5037dcb4e72389c931f500773b83ebae760ce4 (patch)
tree275413618545d34b9e59fa0306841f01bca99c5f /gcc/config/mmix
parentda89b956ca2a508b992404e656af24874057b767 (diff)
downloadgcc-7e5037dcb4e72389c931f500773b83ebae760ce4.zip
gcc-7e5037dcb4e72389c931f500773b83ebae760ce4.tar.gz
gcc-7e5037dcb4e72389c931f500773b83ebae760ce4.tar.bz2
mmix.md ("fixuns_truncdfdi2"): Replace unsigned_fix, invalid for floating point mode result, with fix.
* config/mmix/mmix.md ("fixuns_truncdfdi2"): Replace unsigned_fix, invalid for floating point mode result, with fix. From-SVN: r58552
Diffstat (limited to 'gcc/config/mmix')
-rw-r--r--gcc/config/mmix/mmix.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mmix/mmix.md b/gcc/config/mmix/mmix.md
index 3f4435c..dc7148f 100644
--- a/gcc/config/mmix/mmix.md
+++ b/gcc/config/mmix/mmix.md
@@ -583,7 +583,7 @@ DIVU %1,%1,%2\;GET %0,:rR\;NEGU %2,0,%0\;CSNN %0,$255,%2")
(define_insn "fixuns_truncdfdi2"
[(set (match_operand:DI 0 "register_operand" "=r")
(unsigned_fix:DI
- (unsigned_fix:DF (match_operand:DF 1 "register_operand" "r"))))]
+ (fix:DF (match_operand:DF 1 "register_operand" "r"))))]
""
;; ROUND_OFF
"FIXU %0,1,%1")