| Index: src/crankshaft/x64/lithium-codegen-x64.cc
|
| diff --git a/src/crankshaft/x64/lithium-codegen-x64.cc b/src/crankshaft/x64/lithium-codegen-x64.cc
|
| index a900d2a6084c3368765ac6abd8f4352adc9d232b..38b4e9e17ee15476d5de7bd4b57beca92cf7ea11 100644
|
| --- a/src/crankshaft/x64/lithium-codegen-x64.cc
|
| +++ b/src/crankshaft/x64/lithium-codegen-x64.cc
|
| @@ -299,8 +299,6 @@ bool LCodeGen::GenerateJumpTable() {
|
| }
|
| __ call(entry, RelocInfo::RUNTIME_ENTRY);
|
| }
|
| - LogDeoptCallPosition(masm()->pc_offset(),
|
| - table_entry->deopt_info.inlining_id);
|
| }
|
|
|
| if (needs_frame.is_linked()) {
|
| @@ -757,7 +755,6 @@ void LCodeGen::DeoptimizeIf(Condition cc, 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_);
|
|
|