Commit 6412a77e by Richard Kenner

(smaxdi3): Was incorrectly called maxdi3.

From-SVN: r6059
parent c1950f1c
...@@ -1366,7 +1366,7 @@ ...@@ -1366,7 +1366,7 @@
(match_dup 0) (match_dup 1)))] (match_dup 0) (match_dup 1)))]
"") "")
(define_expand "maxdi3" (define_expand "smaxdi3"
[(set (match_dup 3) [(set (match_dup 3)
(le:DI (match_operand:DI 1 "reg_or_0_operand" "") (le:DI (match_operand:DI 1 "reg_or_0_operand" "")
(match_operand:DI 2 "reg_or_8bit_operand" ""))) (match_operand:DI 2 "reg_or_8bit_operand" "")))
......
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