mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI (unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)).
* config/mmix/mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI (unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)). From-SVN: r50940
This commit is contained in:
parent
720d42faff
commit
6f7c00fe34
@ -1,3 +1,8 @@
|
|||||||
|
2002-03-17 Hans-Peter Nilsson <hp@bitrange.com>
|
||||||
|
|
||||||
|
* config/mmix/mmix.md ("fixuns_truncdfdi2"): Use (unsigned_fix:DI
|
||||||
|
(unsigned_fix:DF op1)), not (unsigned_fix:DI (fix:DF op1)).
|
||||||
|
|
||||||
2002-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
2002-03-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||||
|
|
||||||
* ifcvt.c (dead_or_predicable): Fix uninitialized variable.
|
* ifcvt.c (dead_or_predicable): Fix uninitialized variable.
|
||||||
|
@ -569,7 +569,7 @@ DIVU %1,%1,%2\;GET %0,:rR\;NEGU %2,0,%0\;CSNN %0,$255,%2")
|
|||||||
(define_insn "fixuns_truncdfdi2"
|
(define_insn "fixuns_truncdfdi2"
|
||||||
[(set (match_operand:DI 0 "register_operand" "=r")
|
[(set (match_operand:DI 0 "register_operand" "=r")
|
||||||
(unsigned_fix:DI
|
(unsigned_fix:DI
|
||||||
(fix:DF (match_operand:DF 1 "register_operand" "r"))))]
|
(unsigned_fix:DF (match_operand:DF 1 "register_operand" "r"))))]
|
||||||
""
|
""
|
||||||
;; ROUND_OFF
|
;; ROUND_OFF
|
||||||
"FIXU %0,1,%1")
|
"FIXU %0,1,%1")
|
||||||
|
Loading…
Reference in New Issue
Block a user