Fold constants for the return value of test_expr.

More constantness preservation.
This commit is contained in:
Bill Currie 2012-12-23 19:32:32 +09:00
parent 22db05dc9c
commit f65ce22ddc

View file

@ -1125,7 +1125,7 @@ test_expr (expr_t *e)
new = binary_expr (NE, e, new);
new->line = e->line;
new->file = e->file;
return new;
return fold_constants (new);
}
void