Bug 1536699 - Part 5: Remove unnecessary safepoint for LLoadTypedArrayElementHole. r=jandem

`LLoadTypedArrayElementHole` used to need to a safepoint for a vm-call (bug 737783),
but this vm-call was later removed in bug 829896.

Differential Revision: https://phabricator.services.mozilla.com/D72643
This commit is contained in:
André Bargull 2020-05-06 11:05:45 +00:00
Родитель 20e0645e82
Коммит 0173cf0310
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -3524,7 +3524,6 @@ void LIRGenerator::visitLoadTypedArrayElementHole(
assignSnapshot(lir, Bailout_Overflow);
}
defineBox(lir, ins);
assignSafepoint(lir, ins);
} else {
#ifdef JS_CODEGEN_X86
LDefinition tmp = LDefinition::BogusTemp();