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 2e65ede53b
commit ef4a6b1c25

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;
}