From c4a193bcba544c24246308f83e947f425219fb84 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Tue, 16 Jul 2019 00:23:11 +0200 Subject: [PATCH] * config/i386/i386.md (*testdi_1): Put back "%" constraint modifier. From-SVN: r273501 --- gcc/config/i386/i386.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md index 19d1682317b..410731fda25 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)" -- 2.30.2