| Index: src/a64/lithium-codegen-a64.cc
|
| diff --git a/src/a64/lithium-codegen-a64.cc b/src/a64/lithium-codegen-a64.cc
|
| index e986b8318a2a315a35bd0903b5769a5699144353..4dc7bc714ff26b142b6eaa20bf5bf46d21829fe8 100644
|
| --- a/src/a64/lithium-codegen-a64.cc
|
| +++ b/src/a64/lithium-codegen-a64.cc
|
| @@ -3732,7 +3732,7 @@ void LCodeGen::DoMathFloorOfDiv(LMathFloorOfDiv* instr) {
|
| if (instr->hydrogen()->CheckFlag(HValue::kCanOverflow)) {
|
| // The V flag will be set iff left == kMinInt.
|
| __ Cmp(left, 1);
|
| - __ Ccmp(right, -1, ZFlag, vs);
|
| + __ Ccmp(right, -1, NoFlag, vs);
|
| DeoptimizeIf(eq, instr->environment());
|
| }
|
|
|
|
|