(addsi_lshrsi_31): Use match_dup, not constraint "1", for matching
inputs. From-SVN: r9840
This commit is contained in:
parent
a29ca9db50
commit
28ee27fd55
@ -2089,7 +2089,7 @@
|
||||
[(set (match_operand:SI 0 "general_operand" "=dm")
|
||||
(plus:SI (lshiftrt:SI (match_operand:SI 1 "general_operand" "rm")
|
||||
(const_int 31))
|
||||
(match_operand:SI 2 "general_operand" "1")))]
|
||||
(match_dup 1)))]
|
||||
""
|
||||
"*
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user