diff options
Diffstat (limited to 'gcc/config/sh/sh.md')
-rw-r--r-- | gcc/config/sh/sh.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index 4dbda27e4b9..e3f4ea01d35 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -1970,7 +1970,7 @@ (define_insn_and_split "anddi3" [(set (match_operand:DI 0 "arith_reg_operand" "=r,r,r") (and:DI (match_operand:DI 1 "arith_reg_operand" "%r,r,r") - (match_operand:DI 2 "and_operand" "r,P,n")))] + (match_operand:DI 2 "and_operand" "r,P,Z")))] "TARGET_SHMEDIA" "@ and %1, %2, %0 |