* config/i386/i386.md (*testdi_1): Put back "%" constraint modifier.
authorUros Bizjak <uros@gcc.gnu.org>
Mon, 15 Jul 2019 22:23:11 +0000 (00:23 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Mon, 15 Jul 2019 22:23:11 +0000 (00:23 +0200)
From-SVN: r273501

gcc/config/i386/i386.md

index 19d1682..410731f 100644 (file)
   [(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)"