зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1403535 - Ionmonkey: ensureBallast before visitControlInstruction. r=tcampbell
This commit is contained in:
Родитель
24c0563086
Коммит
7a01e4d3c7
|
@ -999,6 +999,9 @@ ValueNumberer::visitBlock(MBasicBlock* block, const MBasicBlock* dominatorRoot)
|
|||
}
|
||||
nextDef_ = nullptr;
|
||||
|
||||
if (!graph_.alloc().ensureBallast())
|
||||
return false;
|
||||
|
||||
return visitControlInstruction(block, dominatorRoot);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче