Index: src/arm/lithium-codegen-arm.cc |
diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc |
index a8a83b63e2929d1ce97f7bb19693af792031cb8c..fea392b567bd55db95be0c3a048fe6c7f7eee84a 100644 |
--- a/src/arm/lithium-codegen-arm.cc |
+++ b/src/arm/lithium-codegen-arm.cc |
@@ -878,8 +878,8 @@ void LCodeGen::DeoptimizeIf(Condition condition, LInstruction* instr, |
__ stop("trap_on_deopt", condition); |
} |
- 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 handle condition, build frame, or |
// restore caller doubles. |