| Index: src/arm/lithium-codegen-arm.h
|
| diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h
|
| index cf6b0b29815151284f422277f7ee731326672630..d13e7d41508ef135dd63ba59576571e502e76004 100644
|
| --- a/src/arm/lithium-codegen-arm.h
|
| +++ b/src/arm/lithium-codegen-arm.h
|
| @@ -86,6 +86,7 @@ class LCodeGen BASE_EMBEDDED {
|
| SwVfpRegister flt_scratch,
|
| DoubleRegister dbl_scratch);
|
| int ToInteger32(LConstantOperand* op) const;
|
| + double ToDouble(LConstantOperand* op) const;
|
| Operand ToOperand(LOperand* op);
|
| MemOperand ToMemOperand(LOperand* op) const;
|
| // Returns a MemOperand pointing to the high word of a DoubleStackSlot.
|
| @@ -263,7 +264,6 @@ class LCodeGen BASE_EMBEDDED {
|
| static Condition TokenToCondition(Token::Value op, bool is_unsigned);
|
| void EmitGoto(int block);
|
| void EmitBranch(int left_block, int right_block, Condition cc);
|
| - void EmitCmpI(LOperand* left, LOperand* right);
|
| void EmitNumberUntagD(Register input,
|
| DoubleRegister result,
|
| bool deoptimize_on_undefined,
|
|
|