Chromium Code Reviews| Index: src/hydrogen-instructions.h |
| =================================================================== |
| --- src/hydrogen-instructions.h (revision 12502) |
| +++ src/hydrogen-instructions.h (working copy) |
| @@ -4716,6 +4716,7 @@ |
| set_representation(Representation::Tagged()); |
| SetFlag(kUseGVN); |
| SetGVNFlag(kDependsOnMaps); |
| + SetGVNFlag(kChangesNewSpacePromotion); |
| } |
| virtual Representation RequiredInputRepresentation(int index) { |