Chromium Code Reviews| Index: src/hydrogen-instructions.h |
| diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
| index ee87024ab0da804baf5f86e83b19fdffd5905eab..4fe47e0d4069c84547f8e38f86b3d8503428a742 100644 |
| --- a/src/hydrogen-instructions.h |
| +++ b/src/hydrogen-instructions.h |
| @@ -3661,7 +3661,7 @@ class HBoundsCheck: public HTemplateInstruction<2> { |
| return representation(); |
| } |
| virtual Representation observed_input_representation(int index) { |
|
Jakob Kummerow
2013/06/07 10:47:41
You can delete the entire method (and fall back to
Toon Verwaest
2013/06/07 11:00:19
Done.
|
| - return Representation::Integer32(); |
| + return Representation::None(); |
| } |
| virtual bool IsRelationTrueInternal(NumericRelation relation, |