| Index: src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| diff --git a/src/crankshaft/ppc/lithium-codegen-ppc.cc b/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| index 0a1ec2c78a1872ba10bd3ec190a5d064d1d07e07..8b987a0d6b5dabbe6869860ed4e909a2b5345b35 100644
|
| --- a/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| +++ b/src/crankshaft/ppc/lithium-codegen-ppc.cc
|
| @@ -326,8 +326,6 @@ bool LCodeGen::GenerateJumpTable() {
|
| } else {
|
| __ b(&call_deopt_entry, SetLK);
|
| }
|
| - LogDeoptCallPosition(masm()->pc_offset(),
|
| - table_entry->deopt_info.inlining_id);
|
| }
|
|
|
| if (needs_frame.is_linked()) {
|
| @@ -763,7 +761,6 @@ void LCodeGen::DeoptimizeIf(Condition cond, LInstruction* instr,
|
| if (cond == al && frame_is_built_ && !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_);
|
|
|