Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index 8fc7cdce2115c0d73354319392a3addb96392f3a..b08eff1952a3b7b8d49699cecb39f469571ab90a 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -62,6 +62,7 @@ class LCodeGen: public LCodeGenBase { |
Register ToRegister(LOperand* op) const; |
XMMRegister ToDoubleRegister(LOperand* op) const; |
bool IsInteger32Constant(LConstantOperand* op) const; |
+ bool IsExternalConstant(LConstantOperand* op) const; |
bool IsDehoistedKeyConstant(LConstantOperand* op) const; |
bool IsSmiConstant(LConstantOperand* op) const; |
int32_t ToRepresentation(LConstantOperand* op, const Representation& r) const; |