* config/i386/i386.md (*testdi_1): Put back "%" constraint modifier.
From-SVN: r273501
This commit is contained in:
parent
4e62f891cd
commit
c4a193bcba
@ -8142,7 +8142,7 @@
|
||||
[(set (reg FLAGS_REG)
|
||||
(compare
|
||||
(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"))
|
||||
(const_int 0)))]
|
||||
"TARGET_64BIT && ix86_match_ccmode (insn, CCNOmode)"
|
||||
|
Loading…
Reference in New Issue
Block a user