Index: src/arm/lithium-arm.h |
diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h |
index 0367fd3234abed7a836df1ca8d95bf1828476732..e25ba9d42761e1d70bd6e0cc18ffcf074af2e163 100644 |
--- a/src/arm/lithium-arm.h |
+++ b/src/arm/lithium-arm.h |
@@ -1391,6 +1391,7 @@ class LLoadKeyed: public LTemplateInstruction<1, 2, 0> { |
DECLARE_CONCRETE_INSTRUCTION(LoadKeyed, "load-keyed") |
DECLARE_HYDROGEN_ACCESSOR(LoadKeyed) |
+ virtual void PrintDataTo(StringStream* stream); |
uint32_t additional_index() const { return hydrogen()->index_offset(); } |
}; |