From dedb78d47cb15050e68c9054a3173834a7072c51 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 6 Mar 1993 17:52:30 -0500 Subject: [PATCH] (write_test_expr): Use INSN_CODE == -2, not 0, for constant attributes. From-SVN: r3671 --- gcc/genattrtab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2