Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index dd7781bca0a657932fe327def7e586aae10a3cbd..9bd0b90b4c3b55b0b958cfeb0ee4b59e7dd52a42 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -1579,6 +1579,9 @@ class HForceRepresentation V8_FINAL : public HTemplateInstruction<1> { |
DECLARE_CONCRETE_INSTRUCTION(ForceRepresentation) |
+ protected: |
+ virtual int RedefinedOperandIndex() { return 0; } |
+ |
private: |
HForceRepresentation(HValue* value, Representation required_representation) { |
SetOperandAt(0, value); |