Index: src/crankshaft/mips64/lithium-codegen-mips64.cc |
diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.cc b/src/crankshaft/mips64/lithium-codegen-mips64.cc |
index 55c260a007dec458dc8af2091fbe26f978325f55..eae34c15d02b9b9d99bca6c7863da25d9151c659 100644 |
--- a/src/crankshaft/mips64/lithium-codegen-mips64.cc |
+++ b/src/crankshaft/mips64/lithium-codegen-mips64.cc |
@@ -315,8 +315,6 @@ bool LCodeGen::GenerateJumpTable() { |
__ BranchAndLink(&call_deopt_entry); |
} |
} |
- LogDeoptCallPosition(masm()->pc_offset(), |
- table_entry->deopt_info.inlining_id); |
} |
if (needs_frame.is_linked()) { |
__ bind(&needs_frame); |
@@ -785,7 +783,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 = |
new (zone()) Deoptimizer::JumpTableEntry( |