| Index: src/x87/lithium-codegen-x87.cc
|
| diff --git a/src/x87/lithium-codegen-x87.cc b/src/x87/lithium-codegen-x87.cc
|
| index 25c8e35a19e6d6fc032f0c1294f40032af8063cc..81c55154ed40b3aa85b38125031d534750e4e824 100644
|
| --- a/src/x87/lithium-codegen-x87.cc
|
| +++ b/src/x87/lithium-codegen-x87.cc
|
| @@ -1144,8 +1144,8 @@ void LCodeGen::DeoptimizeIf(Condition cc, LInstruction* instr,
|
| __ bind(&done);
|
| }
|
|
|
| - 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_);
|
| if (cc == no_condition && frame_is_built_) {
|
| DeoptComment(deopt_info);
|
|
|