| Index: src/compiler/js-generic-lowering.cc
|
| diff --git a/src/compiler/js-generic-lowering.cc b/src/compiler/js-generic-lowering.cc
|
| index 60df598d7057fccb51140969f7255fc65cfdbf28..9132a3987b506dfb231b812eba862f060f1fc056 100644
|
| --- a/src/compiler/js-generic-lowering.cc
|
| +++ b/src/compiler/js-generic-lowering.cc
|
| @@ -54,7 +54,6 @@ Reduction JSGenericLowering::Reduce(Node* node) {
|
| Node* test = graph()->NewNode(machine()->WordEqual(), condition,
|
| jsgraph()->TrueConstant());
|
| node->ReplaceInput(0, test);
|
| - break;
|
| }
|
| // Fall-through.
|
| default:
|
|
|