Revision: 17181
Author:   tit...@chromium.org
Date:     Mon Oct 14 09:22:19 2013 UTC
Log:      Return the new state from local analysis in flow-engine.

BUG=
R=mstarzin...@chromium.org

Review URL: https://codereview.chromium.org/27166003
http://code.google.com/p/v8/source/detail?r=17181

Modified:
 /branches/bleeding_edge/src/hydrogen-flow-engine.h

=======================================
--- /branches/bleeding_edge/src/hydrogen-flow-engine.h Fri Oct 11 13:00:42 2013 UTC +++ /branches/bleeding_edge/src/hydrogen-flow-engine.h Mon Oct 14 09:22:19 2013 UTC
@@ -107,7 +107,7 @@
     for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
       state = state->Process(it.Current(), zone_);
     }
-    return StateAt(block);
+    return state;
   }

// Global analysis. Iterates over all blocks that are dominated by the given

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to