| Index: src/crankshaft/mips/lithium-codegen-mips.cc
|
| diff --git a/src/crankshaft/mips/lithium-codegen-mips.cc b/src/crankshaft/mips/lithium-codegen-mips.cc
|
| index 38cf3b980304a42662404a015e16f1c28ceaf0bf..1ab2c5ea824bd12f4a3ce0cf785e1c4224800716 100644
|
| --- a/src/crankshaft/mips/lithium-codegen-mips.cc
|
| +++ b/src/crankshaft/mips/lithium-codegen-mips.cc
|
| @@ -330,8 +330,6 @@ bool LCodeGen::GenerateJumpTable() {
|
| } else {
|
| __ Call(&call_deopt_entry);
|
| }
|
| - LogDeoptCallPosition(masm()->pc_offset(),
|
| - table_entry->deopt_info.inlining_id);
|
| }
|
|
|
| if (needs_frame.is_linked()) {
|
| @@ -798,7 +796,6 @@ void LCodeGen::DeoptimizeIf(Condition condition, LInstruction* instr,
|
| !info()->saves_caller_doubles()) {
|
| DeoptComment(deopt_info);
|
| __ Call(entry, RelocInfo::RUNTIME_ENTRY, condition, src1, src2);
|
| - LogDeoptCallPosition(masm()->pc_offset(), deopt_info.inlining_id);
|
| } else {
|
| Deoptimizer::JumpTableEntry table_entry(entry, deopt_info, bailout_type,
|
| !frame_is_built_);
|
|
|