Commit 28ee27fd by Richard Kenner

(addsi_lshrsi_31): Use match_dup, not constraint "1", for matching

inputs.

From-SVN: r9840
parent a29ca9db
......@@ -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)))]
""
"*
{
......
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