Index: src/compiler/simplified-lowering.cc |
diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc |
index 628745c711df5707f1cb86eb4070417e559af620..71ff60604b8c7ccd3ea25dc8590f8ea22a42de69 100644 |
--- a/src/compiler/simplified-lowering.cc |
+++ b/src/compiler/simplified-lowering.cc |
@@ -1038,7 +1038,7 @@ class RepresentationSelector { |
Node* control = NodeProperties::GetControlInput(node); |
Node* arith = graph()->NewNode(op, node->InputAt(0), node->InputAt(1)); |
Node* overflow = graph()->NewNode(common()->Projection(1), arith); |
- control = effect = |
+ effect = |
graph()->NewNode(simplified()->CheckIf(), overflow, effect, control); |
Node* value = graph()->NewNode(common()->Projection(0), arith); |