(write_test_expr): Use INSN_CODE == -2, not 0, for constant
attributes. From-SVN: r3671
This commit is contained in:
parent
210eed9496
commit
dedb78d47c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user