| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index 1b36b0b1dad5a474153b817cf01cdc17debde029..a521c148ab50098b000d050f1d5d1b6c909d17f8 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -77,6 +77,7 @@ class LCodeGen BASE_EMBEDDED {
|
| XMMRegister ToDoubleRegister(LOperand* op) const;
|
| bool IsInteger32Constant(LConstantOperand* op) const;
|
| int ToInteger32(LConstantOperand* op) const;
|
| + double ToDouble(LConstantOperand* op) const;
|
| bool IsTaggedConstant(LConstantOperand* op) const;
|
| Handle<Object> ToHandle(LConstantOperand* op) const;
|
| Operand ToOperand(LOperand* op) const;
|
| @@ -250,7 +251,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,
|
| XMMRegister result,
|
| bool deoptimize_on_undefined,
|
|
|