| Index: src/crankshaft/x87/lithium-codegen-x87.cc
|
| diff --git a/src/crankshaft/x87/lithium-codegen-x87.cc b/src/crankshaft/x87/lithium-codegen-x87.cc
|
| index 3eb24275fef587e5ed3ea66100c8ed01c163e54a..ccea6958ab8c71e6c52a30b02b3893cfcaf83447 100644
|
| --- a/src/crankshaft/x87/lithium-codegen-x87.cc
|
| +++ b/src/crankshaft/x87/lithium-codegen-x87.cc
|
| @@ -14,7 +14,6 @@
|
| #include "src/deoptimizer.h"
|
| #include "src/ic/ic.h"
|
| #include "src/ic/stub-cache.h"
|
| -#include "src/profiler/cpu-profiler.h"
|
| #include "src/x87/frames-x87.h"
|
|
|
| namespace v8 {
|
| @@ -1025,7 +1024,7 @@ void LCodeGen::DeoptimizeIf(Condition cc, LInstruction* instr,
|
| !frame_is_built_);
|
| // We often have several deopts to the same entry, reuse the last
|
| // jump entry if this is the case.
|
| - if (FLAG_trace_deopt || isolate()->cpu_profiler()->is_profiling() ||
|
| + if (FLAG_trace_deopt || isolate()->is_profiling() ||
|
| jump_table_.is_empty() ||
|
| !table_entry.IsEquivalentTo(jump_table_.last())) {
|
| jump_table_.Add(table_entry, zone());
|
|
|