Index: src/crankshaft/arm64/lithium-codegen-arm64.cc |
diff --git a/src/crankshaft/arm64/lithium-codegen-arm64.cc b/src/crankshaft/arm64/lithium-codegen-arm64.cc |
index 507520497d0f76915e0debe70f2b29f0125de181..d93934146646fff089ca5e254e0127dd8dabcec0 100644 |
--- a/src/crankshaft/arm64/lithium-codegen-arm64.cc |
+++ b/src/crankshaft/arm64/lithium-codegen-arm64.cc |
@@ -12,7 +12,6 @@ |
#include "src/crankshaft/hydrogen-osr.h" |
#include "src/ic/ic.h" |
#include "src/ic/stub-cache.h" |
-#include "src/profiler/cpu-profiler.h" |
namespace v8 { |
namespace internal { |
@@ -904,7 +903,7 @@ void LCodeGen::DeoptimizeBranch( |
entry, deopt_info, bailout_type, !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()); |