Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index b071a906db3517eab58d31e723259e102f246935..6066b8b1fb8b93e33f77342c90e5ae2eb2054607 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -909,9 +909,6 @@ struct TypedLoweringPhase { |
if (data->info()->is_deoptimization_enabled()) { |
typed_lowering_flags |= JSTypedLowering::kDeoptimizationEnabled; |
} |
- if (data->info()->is_optimizing_from_bytecode()) { |
- typed_lowering_flags |= JSTypedLowering::kDisableIntegerBinaryOpReduction; |
- } |
JSTypedLowering typed_lowering(&graph_reducer, data->info()->dependencies(), |
typed_lowering_flags, data->jsgraph(), |
temp_zone); |