Index: src/arm/lithium-codegen-arm.h |
diff --git a/src/arm/lithium-codegen-arm.h b/src/arm/lithium-codegen-arm.h |
index 1a34169ebfc43ccca5a008a2240b5719e08dd32b..b4dca229c0938f031ad594f624065cbc686f970b 100644 |
--- a/src/arm/lithium-codegen-arm.h |
+++ b/src/arm/lithium-codegen-arm.h |
@@ -126,6 +126,7 @@ class LCodeGen BASE_EMBEDDED { |
MemOperand ToHighMemOperand(LOperand* op) const; |
bool IsInteger32(LConstantOperand* op) const; |
+ bool IsSmi(LConstantOperand* op) const; |
Handle<Object> ToHandle(LConstantOperand* op) const; |
// Try to generate code for the entire chunk, but it may fail if the |