| Index: src/x64/lithium-codegen-x64.h
|
| ===================================================================
|
| --- src/x64/lithium-codegen-x64.h (revision 9243)
|
| +++ src/x64/lithium-codegen-x64.h (working copy)
|
| @@ -77,6 +77,7 @@
|
| 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 @@
|
| 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,
|
|
|