Bug 1316850 - no need to allow null label in pushControl. r=bbouvier

--HG--
extra : rebase_source : e56cd2f4a20212070623d618359c1c54bdc27829
This commit is contained in:
Lars T Hansen 2016-11-14 11:50:06 +01:00
parent 735010de1f
commit d56a59418c

View File

@ -1934,8 +1934,7 @@ class BaseCompiler
if (!ctl_.emplaceBack(Control(framePushed, stackSize)))
return false;
if (label)
ctl_.back().label = label->release();
ctl_.back().label = label->release();
if (otherLabel)
ctl_.back().otherLabel = otherLabel->release();
ctl_.back().deadOnArrival = deadCode_;