From: Richard Kenner Date: Wed, 18 Nov 1992 22:28:05 +0000 (-0500) Subject: (insv): Remove constraints from operand matching const_0_operand. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1185891080f8ed59d092a0aeabd7375151adb625;p=gcc.git (insv): Remove constraints from operand matching const_0_operand. From-SVN: r2757 --- diff --git a/gcc/config/a29k/a29k.md b/gcc/config/a29k/a29k.md index cdf595bde14..b366463ea06 100644 --- a/gcc/config/a29k/a29k.md +++ b/gcc/config/a29k/a29k.md @@ -253,7 +253,7 @@ (define_insn "" [(set (zero_extract:SI (match_operand:SI 0 "gpc_reg_operand" "+r") (const_int 16) - (match_operand:SI 1 "const_0_operand" "I")) + (match_operand:SI 1 "const_0_operand" "")) (match_operand:SI 2 "cint_16_operand" "J"))] "" "consth %0,%m2")