Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index cef8a541d98f4bd21a9f5680274c672eebd11182..5328b8101d97c730afee0dcf8164aa35e550b50a 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -4672,6 +4672,8 @@ class HAllocate: public HTemplateInstruction<2> { |
return (flags_ & ALLOCATE_DOUBLE_ALIGNED) != 0; |
} |
+ virtual void PrintDataTo(StringStream* stream); |
+ |
DECLARE_CONCRETE_INSTRUCTION(Allocate) |
private: |