Index: src/full-codegen/arm/full-codegen-arm.cc |
diff --git a/src/full-codegen/arm/full-codegen-arm.cc b/src/full-codegen/arm/full-codegen-arm.cc |
index 197a5ecc6fc1f96420a339d0dde3ab58ab438c44..17d30044cceaf6ad610b17ac0e81c17f76c1a400 100644 |
--- a/src/full-codegen/arm/full-codegen-arm.cc |
+++ b/src/full-codegen/arm/full-codegen-arm.cc |
@@ -790,7 +790,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) __ b(&skip); |