Revision: 13625
Author:   [email protected]
Date:     Fri Feb  8 00:38:11 2013
Log:      Fix incorrect merge of r12822 into 3.13 branch.

[email protected]

Review URL: https://chromiumcodereview.appspot.com/12225097
http://code.google.com/p/v8/source/detail?r=13625

Modified:
 /branches/3.13/src/hydrogen-instructions.h

=======================================
--- /branches/3.13/src/hydrogen-instructions.h  Thu Feb  7 05:44:54 2013
+++ /branches/3.13/src/hydrogen-instructions.h  Fri Feb  8 00:38:11 2013
@@ -4712,6 +4712,7 @@
     set_representation(Representation::Tagged());
     SetFlag(kUseGVN);
     SetGVNFlag(kDependsOnMaps);
+    SetGVNFlag(kChangesNewSpacePromotion);
   }

   virtual Representation RequiredInputRepresentation(int index) {
@@ -4795,7 +4796,6 @@
     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