| Index: src/hydrogen-instructions.h
|
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
|
| index c09f261c2e1772e7bfe6548c01f0c5946a4eb8f2..6912ceb0cfcc5f8d56dde773a9502eff99619316 100644
|
| --- a/src/hydrogen-instructions.h
|
| +++ b/src/hydrogen-instructions.h
|
| @@ -3013,7 +3013,6 @@ class HPhi: public HValue {
|
|
|
| virtual Range* InferRange(Zone* zone);
|
| virtual void InferRepresentation(HInferRepresentation* h_infer);
|
| - Representation RepresentationObservedByAllNonPhiUses();
|
| Representation RepresentationFromUseRequirements();
|
| virtual Representation RequiredInputRepresentation(int index) {
|
| return representation();
|
|
|