Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 6b92d5baa987abc7c47c76c88a6e2b88a14f24d6..f8cebf75d68d5c42cdda7a3221be714cb212ec88 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -1564,7 +1564,8 @@ class HUseConst V8_FINAL : public HUnaryOperation { |
class HForceRepresentation V8_FINAL : public HTemplateInstruction<1> { |
public: |
- DECLARE_INSTRUCTION_FACTORY_P2(HForceRepresentation, HValue*, Representation); |
+ static HInstruction* New(Zone* zone, HValue* context, HValue* value, |
+ Representation required_representation); |
HValue* value() { return OperandAt(0); } |