Commit dedb78d4 by Richard Kenner

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

attributes.

From-SVN: r3671
parent 210eed94
...@@ -4400,7 +4400,7 @@ write_test_expr (exp, in_comparison) ...@@ -4400,7 +4400,7 @@ write_test_expr (exp, in_comparison)
if (attr->is_const) if (attr->is_const)
{ {
write_test_expr (evaluate_eq_attr (exp, attr->default_val->value, write_test_expr (evaluate_eq_attr (exp, attr->default_val->value,
0, 0), -2, -2),
in_comparison); in_comparison);
} }
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment