mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 07:11:41 +00:00
Fold constants for the return value of test_expr.
More constantness preservation.
This commit is contained in:
parent
22db05dc9c
commit
f65ce22ddc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue