| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index a09bf563193ee53733df3670ead4ca210c8d7cf0..76f0b9af280519e68c77f0295e9899d7a20c7d22 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -5702,7 +5702,6 @@ class HFastLiteral: public HMaterializedLiteral<1> {
|
| HValue* context() { return OperandAt(0); }
|
| Handle<JSObject> boilerplate() const { return boilerplate_; }
|
| int total_size() const { return total_size_; }
|
| -
|
| virtual Representation RequiredInputRepresentation(int index) {
|
| return Representation::Tagged();
|
| }
|
|
|