(write_test_expr): Use INSN_CODE == -2, not 0, for constant

attributes.

From-SVN: r3671
This commit is contained in:
Richard Kenner 1993-03-06 17:52:30 -05:00
parent 210eed9496
commit dedb78d47c

View 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