| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index 265deb63ade28d54778a4ae2cc26bf2292d339c0..7938b6d1b341f7f31fd184a5e14156dcbd7d402d 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -116,7 +116,9 @@ class LCodeGen BASE_EMBEDDED {
|
| void DoDeferredNumberTagD(LNumberTagD* instr);
|
|
|
| enum IntegerSignedness { SIGNED_INT32, UNSIGNED_INT32 };
|
| - void DoDeferredNumberTagI(LInstruction* instr, IntegerSignedness signedness);
|
| + void DoDeferredNumberTagI(LInstruction* instr,
|
| + LOperand* value,
|
| + IntegerSignedness signedness);
|
|
|
| void DoDeferredTaggedToI(LTaggedToI* instr);
|
| void DoDeferredMathAbsTaggedHeapNumber(LUnaryMathOperation* instr);
|
|
|