Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index c99240c5b36d76d18caa17909d34d75ab291d9da..826c3748cf799ee0aed8db6e14a40a7795e8bebe 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -3181,6 +3181,8 @@ class HConstant: public HTemplateInstruction<0> { |
} |
private: |
+ void Initialize(Representation r); |
+ |
virtual bool IsDeletable() const { return true; } |
// If this is a numerical constant, handle_ either points to to the |