Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index bd1dd403a79cbd397b2a9c56a48a590c71443216..e3b3449e3c1390dcb13132d0e43b9c4c5b8c4a7e 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -3455,6 +3455,8 @@ class HBinaryOperation: public HTemplateInstruction<3> { |
DECLARE_ABSTRACT_INSTRUCTION(BinaryOperation) |
private: |
+ bool IgnoreObservedOutputRepresentation(Representation current_rep); |
+ |
Representation observed_input_representation_[2]; |
Representation observed_output_representation_; |
}; |