From: Uros Bizjak Date: Mon, 15 Jul 2019 22:23:11 +0000 (+0200) Subject: * config/i386/i386.md (*testdi_1): Put back "%" constraint modifier. X-Git-Tag: misc/cutover-git~3988 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a193bcba544c24246308f83e947f425219fb84;p=thirdparty%2Fgcc.git * config/i386/i386.md (*testdi_1): Put back "%" constraint modifier. From-SVN: r273501 --- diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 19d1682317b0..410731fda251 100644 --- 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)"