| Index: src/builtins/mips64/builtins-mips64.cc
|
| diff --git a/src/builtins/mips64/builtins-mips64.cc b/src/builtins/mips64/builtins-mips64.cc
|
| index 194e3532b75e788d4b329e6d0ab8ec0c2265f462..43bdb8efd7716ca5013e9a20ebe061442089dbc8 100644
|
| --- a/src/builtins/mips64/builtins-mips64.cc
|
| +++ b/src/builtins/mips64/builtins-mips64.cc
|
| @@ -1361,11 +1361,6 @@ void Builtins::Generate_CompileLazy(MacroAssembler* masm) {
|
| SharedFunctionInfo::kOffsetToPreviousContext));
|
| __ ld(temp, FieldMemOperand(temp, WeakCell::kValueOffset));
|
| __ Branch(&loop_bottom, ne, temp, Operand(native_context));
|
| - // OSR id set to none?
|
| - __ ld(temp, FieldMemOperand(array_pointer,
|
| - SharedFunctionInfo::kOffsetToPreviousOsrAstId));
|
| - const int bailout_id = BailoutId::None().ToInt();
|
| - __ Branch(&loop_bottom, ne, temp, Operand(Smi::FromInt(bailout_id)));
|
| // Literals available?
|
| __ ld(temp, FieldMemOperand(array_pointer,
|
| SharedFunctionInfo::kOffsetToPreviousLiterals));
|
|
|