Index: src/crankshaft/ia32/lithium-codegen-ia32.cc |
diff --git a/src/crankshaft/ia32/lithium-codegen-ia32.cc b/src/crankshaft/ia32/lithium-codegen-ia32.cc |
index 5c89cc746f0bfaba6c92e968d562dcb0f96b0222..203ae9e3b6ba7038ba69bf8f7ffe99a1096e97e2 100644 |
--- a/src/crankshaft/ia32/lithium-codegen-ia32.cc |
+++ b/src/crankshaft/ia32/lithium-codegen-ia32.cc |
@@ -15,7 +15,6 @@ |
#include "src/ia32/frames-ia32.h" |
#include "src/ic/ic.h" |
#include "src/ic/stub-cache.h" |
-#include "src/profiler/cpu-profiler.h" |
namespace v8 { |
namespace internal { |
@@ -734,7 +733,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()); |