Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index 712c974ef803cfa8c93b557e2d4ddcb4c39030dd..560c17953090ae952581fa1b8a80cf0e786cd0f5 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -65,6 +65,7 @@ class LCodeGen: public LCodeGenBase { |
bool IsInteger32Constant(LConstantOperand* op) const; |
bool IsDehoistedKeyConstant(LConstantOperand* op) const; |
bool IsSmiConstant(LConstantOperand* op) const; |
+ int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const; |
int32_t ToInteger32(LConstantOperand* op) const; |
Smi* ToSmi(LConstantOperand* op) const; |
double ToDouble(LConstantOperand* op) const; |