Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index ee87024ab0da804baf5f86e83b19fdffd5905eab..2b9dbf2bb68f1f92a0ea43e5eaff012478298101 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -3660,9 +3660,6 @@ class HBoundsCheck: public HTemplateInstruction<2> { |
virtual Representation RequiredInputRepresentation(int arg_index) { |
return representation(); |
} |
- virtual Representation observed_input_representation(int index) { |
- return Representation::Integer32(); |
- } |
virtual bool IsRelationTrueInternal(NumericRelation relation, |
HValue* related_value, |