| Index: src/arm/lithium-codegen-arm.cc
|
| diff --git a/src/arm/lithium-codegen-arm.cc b/src/arm/lithium-codegen-arm.cc
|
| index 1216486e68993d68cc5aa49085b37df778e69d34..326cc4e9c2c267b5793ee99cc8f5ae6ec8418593 100644
|
| --- a/src/arm/lithium-codegen-arm.cc
|
| +++ b/src/arm/lithium-codegen-arm.cc
|
| @@ -1016,7 +1016,7 @@ void LCodeGen::DoModI(LModI* instr) {
|
| ASSERT(!scratch.is(right));
|
| ASSERT(!scratch.is(result));
|
|
|
| - Label done, vfp_modulo, both_positive, right_negative;
|
| + Label vfp_modulo, both_positive, right_negative;
|
|
|
| // Check for x % 0.
|
| if (instr->hydrogen()->CheckFlag(HValue::kCanBeDivByZero)) {
|
|
|