Commit 21d90119 by Jim Wilson

(umulsidi3+1): Delete extra parenthesis.

From-SVN: r3520
parent 13af526d
...@@ -1497,7 +1497,7 @@ ...@@ -1497,7 +1497,7 @@
(define_insn "" (define_insn ""
[(set (match_operand:DI 0 "register_operand" "=d") [(set (match_operand:DI 0 "register_operand" "=d")
(mult:DI (zero_extend:DI (match_operand:SI 1 "register_operand" "%d")) (mult:DI (zero_extend:DI (match_operand:SI 1 "register_operand" "%d"))
(match_operand:SI 2 "literal" "I"))))] (match_operand:SI 2 "literal" "I")))]
"" ""
"* "*
{ {
......
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