projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e62f89
)
* config/i386/i386.md (*testdi_1): Put back "%" constraint modifier.
author
Uros Bizjak
<uros@gcc.gnu.org>
Mon, 15 Jul 2019 22:23:11 +0000
(
00:23
+0200)
committer
Uros Bizjak
<uros@gcc.gnu.org>
Mon, 15 Jul 2019 22:23:11 +0000
(
00:23
+0200)
From-SVN: r273501
gcc/config/i386/i386.md
patch
|
blob
|
history
diff --git
a/gcc/config/i386/i386.md
b/gcc/config/i386/i386.md
index 19d1682317b0a3189bda4813302b03d82332b73a..410731fda251f9b31d48e8b81abbdbd228da1480 100644
(file)
--- a/
gcc/config/i386/i386.md
+++ b/
gcc/config/i386/i386.md
@@
-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)"