Index: src/crankshaft/s390/lithium-codegen-s390.cc |
diff --git a/src/crankshaft/s390/lithium-codegen-s390.cc b/src/crankshaft/s390/lithium-codegen-s390.cc |
index a8cbc167dd4eb9ec219571a5a5fd2cec87bd1d0a..83e8e9f1e18ef74429e929446dc123b4470ef11d 100644 |
--- a/src/crankshaft/s390/lithium-codegen-s390.cc |
+++ b/src/crankshaft/s390/lithium-codegen-s390.cc |
@@ -312,8 +312,6 @@ bool LCodeGen::GenerateJumpTable() { |
} else { |
__ b(r14, &call_deopt_entry); |
} |
- LogDeoptCallPosition(masm()->pc_offset(), |
- table_entry->deopt_info.inlining_id); |
} |
if (needs_frame.is_linked()) { |
@@ -753,7 +751,6 @@ void LCodeGen::DeoptimizeIf(Condition cond, LInstruction* instr, |
// restore caller doubles. |
if (cond == al && frame_is_built_ && !info()->saves_caller_doubles()) { |
__ 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_); |