(write_test_expr): Use INSN_CODE == -2, not 0, for constant
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 6 Mar 1993 22:52:30 +0000 (17:52 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 6 Mar 1993 22:52:30 +0000 (17:52 -0500)
attributes.

From-SVN: r3671

gcc/genattrtab.c

index 8e47983..bd3ee08 100644 (file)
@@ -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