Bug 900441: Instructions that are generated should be added to the stream. (r=h4writer)

This commit is contained in:
Marty Rosenberg 2013-08-02 01:50:45 -04:00
parent 8cdcebc8bc
commit 76e509d745

View File

@ -1510,6 +1510,7 @@ IonBuilder::inlineBailout(CallInfo &callInfo)
current->add(MBail::New());
MConstant *undefined = MConstant::New(UndefinedValue());
current->add(undefined);
current->push(undefined);
return InliningStatus_Inlined;
}