зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1448089 followup, remove now-unused variable to fix a CLOSED TREE.
--HG-- extra : amend_source : 001ccd09e2af56c45e01e9057a64fb6cd23fe874 extra : histedit_source : 32a294be08fe4fd4082f9591c2582e2c14386841
This commit is contained in:
Родитель
2c3ce821ef
Коммит
10e2e05891
|
@ -1156,8 +1156,6 @@ MBasicBlock::addPredecessorSameInputsAs(MBasicBlock* pred, MBasicBlock* existing
|
||||||
MOZ_ASSERT(pred->hasLastIns());
|
MOZ_ASSERT(pred->hasLastIns());
|
||||||
MOZ_ASSERT(!pred->successorWithPhis());
|
MOZ_ASSERT(!pred->successorWithPhis());
|
||||||
|
|
||||||
AutoEnterOOMUnsafeRegion oomUnsafe;
|
|
||||||
|
|
||||||
if (!phisEmpty()) {
|
if (!phisEmpty()) {
|
||||||
size_t existingPosition = indexForPredecessor(existingPred);
|
size_t existingPosition = indexForPredecessor(existingPred);
|
||||||
for (MPhiIterator iter = phisBegin(); iter != phisEnd(); iter++) {
|
for (MPhiIterator iter = phisBegin(); iter != phisEnd(); iter++) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче