Reviewers: Jakob,

Message:
Please take a look.

Description:
Fix incorrect merge of r12822 into 3.13 branch.

[email protected]


Please review this at https://chromiumcodereview.appspot.com/12225097/

SVN Base: https://v8.googlecode.com/svn/branches/3.13

Affected files:
  M src/hydrogen-instructions.h


Index: src/hydrogen-instructions.h
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h
index d3526a8feb205ec664e1493c73247da3133da5a3..c5c9eaf26c32722cd130e1287e99d35294e59992 100644
--- a/src/hydrogen-instructions.h
+++ b/src/hydrogen-instructions.h
@@ -4712,6 +4712,7 @@ class HStringAdd: public HBinaryOperation {
     set_representation(Representation::Tagged());
     SetFlag(kUseGVN);
     SetGVNFlag(kDependsOnMaps);
+    SetGVNFlag(kChangesNewSpacePromotion);
   }

   virtual Representation RequiredInputRepresentation(int index) {
@@ -4795,7 +4796,6 @@ class HStringLength: public HUnaryOperation {
     set_representation(Representation::Tagged());
     SetFlag(kUseGVN);
     SetGVNFlag(kDependsOnMaps);
-    SetGVNFlag(kChangesNewSpacePromotion);
   }

   virtual Representation RequiredInputRepresentation(int index) {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to