From: Richard Kenner Date: Sat, 6 Mar 1993 22:52:30 +0000 (-0500) Subject: (write_test_expr): Use INSN_CODE == -2, not 0, for constant X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dedb78d47cb15050e68c9054a3173834a7072c51;p=gcc.git (write_test_expr): Use INSN_CODE == -2, not 0, for constant attributes. From-SVN: r3671 --- diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 8e4798383ad..bd3ee08a8d6 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -4400,7 +4400,7 @@ write_test_expr (exp, in_comparison) if (attr->is_const) { write_test_expr (evaluate_eq_attr (exp, attr->default_val->value, - 0, 0), + -2, -2), in_comparison); } else