Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 03a91c468707d00e9695f0f4edadb0a7bd96ad61..209f53fa337acf8087f6e874d9dc3a4f324e1166 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -1150,6 +1150,7 @@ class HValue: public ZoneObject { |
return representation(); |
} |
Representation RepresentationFromUses(); |
+ Representation RepresentationFromUseRequirements(); |
virtual void UpdateRepresentation(Representation new_rep, |
HInferRepresentation* h_infer, |
const char* reason); |
@@ -3068,7 +3069,6 @@ class HPhi: public HValue { |
virtual Range* InferRange(Zone* zone); |
virtual void InferRepresentation(HInferRepresentation* h_infer); |
- Representation RepresentationFromUseRequirements(); |
virtual Representation RequiredInputRepresentation(int index) { |
return representation(); |
} |