@@ -9733,7 +9733,7 @@ merge(Compressor.prototype, {
|
||||
single_use = false;
|
||||
}
|
||||
if (single_use) fixed.parent_scope = self.scope;
|
||||
} else if (!fixed || !fixed.is_constant_expression()) {
|
||||
} else if (!fixed || !fixed.is_constant_expression() || fixed.drop_side_effect_free(compressor)) {
|
||||
single_use = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user