diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md index 1311a5f01cf..2555006bb4b 100644 --- a/gcc/config/s390/s390.md +++ b/gcc/config/s390/s390.md @@ -9530,7 +9530,8 @@ (define_insn "*icjump_64" [(set (pc) (if_then_else - (match_operator 1 "s390_comparison" [(reg CC_REGNUM) (const_int 0)]) + (match_operator 1 "s390_comparison" [(reg CC_REGNUM) + (match_operand 2 "const_int_operand" "")]) (pc) (label_ref (match_operand 0 "" ""))))] ""