(modsi3): Correct predicate on operand 2.
From-SVN: r6203
This commit is contained in:
parent
57f0a224e6
commit
888ae81cc3
@ -764,7 +764,7 @@
|
||||
(define_expand "modsi3"
|
||||
[(use (match_operand:SI 0 "gpc_reg_operand" ""))
|
||||
(use (match_operand:SI 1 "gpc_reg_operand" ""))
|
||||
(use (match_operand:SI 2 "reg_or_cint_operand" ""))]
|
||||
(use (match_operand:SI 2 "const_int_operand" ""))]
|
||||
""
|
||||
"
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user