Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 41f9d0d5ccdecae37ed1cf08206f09136a6f8476..10a311125a9c4be301f3881ff2c728cab6349056 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -4081,6 +4081,7 @@ class HStringCompareAndBranch: public HTemplateControlInstruction<2, 3> { |
SetOperandAt(1, left); |
SetOperandAt(2, right); |
set_representation(Representation::Tagged()); |
+ SetGVNFlag(kChangesNewSpacePromotion); |
} |
HValue* context() { return OperandAt(0); } |