minor tweaks (#5672)
This commit is contained in:
parent
9efa02afb6
commit
63b04a687a
|
|
@ -11607,11 +11607,15 @@ Compressor.prototype.compress = function(node) {
|
|||
right: right.right,
|
||||
}),
|
||||
});
|
||||
left.fixed = function() {
|
||||
return assign.right;
|
||||
};
|
||||
left.fixed.assigns = [ assign ];
|
||||
left.definition().references.push(left);
|
||||
if (left.fixed) {
|
||||
left.fixed = function() {
|
||||
return assign.right;
|
||||
};
|
||||
left.fixed.assigns = [ assign ];
|
||||
}
|
||||
var def = left.definition();
|
||||
def.references.push(left);
|
||||
def.replaced++;
|
||||
return assign.optimize(compressor);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user