mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1131297 - Remove unnecessary type barrier elision, r=jandem.
This commit is contained in:
parent
8562d29931
commit
1bbe97735d
@ -10077,9 +10077,6 @@ IonBuilder::getPropTryUnboxed(bool *emitted, MDefinition *obj, PropertyName *nam
|
||||
obj = guard;
|
||||
}
|
||||
|
||||
if (unboxedType != JSVAL_TYPE_OBJECT)
|
||||
barrier = BarrierKind::NoBarrier;
|
||||
|
||||
MInstruction *load = loadUnboxedProperty(obj, offset, unboxedType, barrier, types);
|
||||
current->push(load);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user