Index: src/full-codegen/mips/full-codegen-mips.cc |
diff --git a/src/full-codegen/mips/full-codegen-mips.cc b/src/full-codegen/mips/full-codegen-mips.cc |
index c8da77fba2128ca8c285b3ab2cd5d65556d85778..3048372fbdf68b03cc9090c92803deed14ada619 100644 |
--- a/src/full-codegen/mips/full-codegen-mips.cc |
+++ b/src/full-codegen/mips/full-codegen-mips.cc |
@@ -793,7 +793,7 @@ void FullCodeGenerator::PrepareForBailoutBeforeSplit(Expression* expr, |
// Only prepare for bailouts before splits if we're in a test |
// context. Otherwise, we let the Visit function deal with the |
// preparation to avoid preparing with the same AST id twice. |
- if (!context()->IsTest() || !info_->IsOptimizable()) return; |
+ if (!context()->IsTest()) return; |
Label skip; |
if (should_normalize) __ Branch(&skip); |