Reviewers: Michael Starzinger,

Description:
Remove stray GVN flag in TransitionElementsKind


[email protected]
BUG=none
TEST=build turns green


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

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

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 b959017e5f95111f39e63ec395d6b0ea4ac10e8b..9f661d6f0327646496eecb03a23dd15b229d9032 100644
--- a/src/hydrogen-instructions.h
+++ b/src/hydrogen-instructions.h
@@ -4127,7 +4127,6 @@ class HTransitionElementsKind: public HTemplateInstruction<1> {
         transitioned_map_(transitioned_map) {
     SetOperandAt(0, object);
     SetFlag(kUseGVN);
-    SetGVNFlag(kChangesMaps);
     SetGVNFlag(kChangesElementsKind);
     set_representation(Representation::Tagged());
   }


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to