Reviewers: Michael Starzinger,

Description:
Return the new state from local analysis in flow-engine.

BUG=

Please review this at https://codereview.chromium.org/27166003/

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

Affected files (+1, -1 lines):
  M src/hydrogen-flow-engine.h


Index: src/hydrogen-flow-engine.h
diff --git a/src/hydrogen-flow-engine.h b/src/hydrogen-flow-engine.h
index 8b836d2340fe2ca7790274cd19cfa82ad549bc62..dfe43ec6c3ba94b3c38ee2aa2fb4c561ea390919 100644
--- a/src/hydrogen-flow-engine.h
+++ b/src/hydrogen-flow-engine.h
@@ -107,7 +107,7 @@ class HFlowEngine {
     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
[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