| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index 756ae0d83eff31c6e8056dfa84ad150f45ca7499..c77c2ebf0e495a134172b2da370b19eebfdfb6cc 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -1675,7 +1675,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); }
|
|
|
|
|