Index: src/mips/assembler-mips.cc |
diff --git a/src/mips/assembler-mips.cc b/src/mips/assembler-mips.cc |
index 84946cc49076f94b29f39916e37f292fa2c186d1..96cccbb87a7a5b0395b86b6d6087a3738cb60dc2 100644 |
--- a/src/mips/assembler-mips.cc |
+++ b/src/mips/assembler-mips.cc |
@@ -2355,7 +2355,7 @@ |
void Assembler::RecordDeoptReason(const int reason, const int raw_position) { |
- if (FLAG_trace_deopt || isolate()->cpu_profiler()->is_profiling()) { |
+ if (FLAG_trace_deopt) { |
EnsureSpace ensure_space(this); |
RecordRelocInfo(RelocInfo::POSITION, raw_position); |
RecordRelocInfo(RelocInfo::DEOPT_REASON, reason); |