| Index: src/crankshaft/x87/lithium-codegen-x87.cc
|
| diff --git a/src/crankshaft/x87/lithium-codegen-x87.cc b/src/crankshaft/x87/lithium-codegen-x87.cc
|
| index 7444ff0e0e29e547135332dd0c610d1d9f483710..31df937a6096f80f4e711ed23bb1fe0d81c09958 100644
|
| --- a/src/crankshaft/x87/lithium-codegen-x87.cc
|
| +++ b/src/crankshaft/x87/lithium-codegen-x87.cc
|
| @@ -275,8 +275,6 @@ bool LCodeGen::GenerateJumpTable() {
|
| } else {
|
| __ call(entry, RelocInfo::RUNTIME_ENTRY);
|
| }
|
| - LogDeoptCallPosition(masm()->pc_offset(),
|
| - table_entry->deopt_info.inlining_id);
|
| }
|
| if (needs_frame.is_linked()) {
|
| __ bind(&needs_frame);
|
| @@ -1022,7 +1020,6 @@ void LCodeGen::DeoptimizeIf(Condition cc, LInstruction* instr,
|
| if (cc == no_condition && frame_is_built_) {
|
| DeoptComment(deopt_info);
|
| __ call(entry, RelocInfo::RUNTIME_ENTRY);
|
| - LogDeoptCallPosition(masm()->pc_offset(), deopt_info.inlining_id);
|
| } else {
|
| Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
|
| !frame_is_built_);
|
|
|