| Index: src/x64/lithium-codegen-x64.h
|
| diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h
|
| index c47bb711eb2974e59c484cf3dcad9004bcef4f4a..697d49da60e286892e64c3c2ea457e68cdc0a6b3 100644
|
| --- a/src/x64/lithium-codegen-x64.h
|
| +++ b/src/x64/lithium-codegen-x64.h
|
| @@ -106,6 +106,7 @@ class LCodeGen BASE_EMBEDDED {
|
| bool IsInteger32Constant(LConstantOperand* op) const;
|
| bool IsSmiConstant(LConstantOperand* op) const;
|
| int ToInteger32(LConstantOperand* op) const;
|
| + Smi* ToSmi(LConstantOperand* op) const;
|
| double ToDouble(LConstantOperand* op) const;
|
| bool IsTaggedConstant(LConstantOperand* op) const;
|
| Handle<Object> ToHandle(LConstantOperand* op) const;
|
|
|