| Index: src/crankshaft/arm/lithium-codegen-arm.cc
|
| diff --git a/src/crankshaft/arm/lithium-codegen-arm.cc b/src/crankshaft/arm/lithium-codegen-arm.cc
|
| index f17fc0c7ba5edec526d5f626e32344b57ee4eaa9..414a7dbf9da4a7fd703897c8ea53211a51cf6f60 100644
|
| --- a/src/crankshaft/arm/lithium-codegen-arm.cc
|
| +++ b/src/crankshaft/arm/lithium-codegen-arm.cc
|
| @@ -329,8 +329,6 @@ bool LCodeGen::GenerateJumpTable() {
|
| } else {
|
| __ bl(&call_deopt_entry);
|
| }
|
| - LogDeoptCallPosition(masm()->pc_offset(),
|
| - table_entry->deopt_info.inlining_id);
|
| masm()->CheckConstPool(false, false);
|
| }
|
|
|
| @@ -832,7 +830,6 @@ void LCodeGen::DeoptimizeIf(Condition condition, LInstruction* instr,
|
| !info()->saves_caller_doubles()) {
|
| 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_);
|
|
|