| Index: src/arm64/lithium-codegen-arm64.cc
|
| diff --git a/src/arm64/lithium-codegen-arm64.cc b/src/arm64/lithium-codegen-arm64.cc
|
| index 038e236385e4c6aeff49c720b7ae2f019a36d7e5..620f841d8c220862343af542e5930796a120a747 100644
|
| --- a/src/arm64/lithium-codegen-arm64.cc
|
| +++ b/src/arm64/lithium-codegen-arm64.cc
|
| @@ -1053,8 +1053,8 @@ void LCodeGen::DeoptimizeBranch(
|
| __ Bind(&dont_trap);
|
| }
|
|
|
| - Deoptimizer::DeoptInfo deopt_info(instr->hydrogen_value()->position(),
|
| - instr->Mnemonic(), deopt_reason);
|
| + Deoptimizer::DeoptInfo deopt_info = MakeDeoptInfo(instr, deopt_reason);
|
| +
|
| DCHECK(info()->IsStub() || frame_is_built_);
|
| // Go through jump table if we need to build frame, or restore caller doubles.
|
| if (branch_type == always &&
|
|
|