summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/src/jit/MIR.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/jit/MIR.h b/js/src/jit/MIR.h
index 8fd777d3ee..a398ef3344 100644
--- a/js/src/jit/MIR.h
+++ b/js/src/jit/MIR.h
@@ -10113,7 +10113,7 @@ class MLoadTypedArrayElementHole
return congruentIfOperandsEqual(other);
}
AliasSet getAliasSet() const override {
- return AliasSet::Load(AliasSet::UnboxedElement);
+ return AliasSet::Load(AliasSet::UnboxedElement | AliasSet::ObjectFields);
}
bool canProduceFloat32() const override { return arrayType_ == Scalar::Float32; }