| Index: src/compiler/simplified-lowering.cc
|
| diff --git a/src/compiler/simplified-lowering.cc b/src/compiler/simplified-lowering.cc
|
| index fa506990d2942db6f27fae21a48370e0b22e4804..ef341b39e238cc166e4ac71d075f46974447e3be 100644
|
| --- a/src/compiler/simplified-lowering.cc
|
| +++ b/src/compiler/simplified-lowering.cc
|
| @@ -1590,10 +1590,10 @@ class RepresentationSelector {
|
| }
|
| if (BothInputsAreSigned32(node)) {
|
| if (NodeProperties::GetType(node)->Is(Type::Signed32())) {
|
| - // => signed Int32Div
|
| - VisitInt32Binop(node);
|
| - if (lower()) DeferReplacement(node, lowering->Int32Div(node));
|
| - return;
|
| + // => signed Int32Div
|
| + VisitInt32Binop(node);
|
| + if (lower()) DeferReplacement(node, lowering->Int32Div(node));
|
| + return;
|
| }
|
| if (truncation.IsUsedAsWord32()) {
|
| // => signed Int32Div
|
|
|