Chromium Code Reviews| Index: src/hydrogen-instructions.h |
| =================================================================== |
| --- src/hydrogen-instructions.h (revision 8219) |
| +++ src/hydrogen-instructions.h (working copy) |
| @@ -2419,6 +2419,7 @@ |
| public: |
| HBoundsCheck(HValue* index, HValue* length) |
| : HBinaryOperation(index, length) { |
| + set_representation(Representation::Integer32()); |
| SetFlag(kUseGVN); |
| } |