Commit c4a193bc by Uros Bizjak

* config/i386/i386.md (*testdi_1): Put back "%" constraint modifier.

From-SVN: r273501
parent 4e62f891
...@@ -8142,7 +8142,7 @@ ...@@ -8142,7 +8142,7 @@
[(set (reg FLAGS_REG) [(set (reg FLAGS_REG)
(compare (compare
(and:DI (and:DI
(match_operand:DI 0 "nonimmediate_operand" "r,rm") (match_operand:DI 0 "nonimmediate_operand" "%r,rm")
(match_operand:DI 1 "x86_64_szext_nonmemory_operand" "Z,re")) (match_operand:DI 1 "x86_64_szext_nonmemory_operand" "Z,re"))
(const_int 0)))] (const_int 0)))]
"TARGET_64BIT && ix86_match_ccmode (insn, CCNOmode)" "TARGET_64BIT && ix86_match_ccmode (insn, CCNOmode)"
......
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