Chromium Code Reviews| Index: src/hydrogen-instructions.h |
| =================================================================== |
| --- src/hydrogen-instructions.h (revision 11554) |
| +++ src/hydrogen-instructions.h (working copy) |
| @@ -2757,6 +2757,7 @@ |
| : HBinaryOperation(context, left, right) { |
| set_representation(Representation::Integer32()); |
| SetFlag(kUseGVN); |
| + SetFlag(kCanOverflow); |
| } |
| virtual Representation RequiredInputRepresentation(int index) { |