Return the new state from local analysis in flow-engine.
BUG= R=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/27166003 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17181 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
0895b9c565
commit
4b973b8995
@ -107,7 +107,7 @@ class HFlowEngine {
|
|||||||
for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
|
for (HInstructionIterator it(block); !it.Done(); it.Advance()) {
|
||||||
state = state->Process(it.Current(), zone_);
|
state = state->Process(it.Current(), zone_);
|
||||||
}
|
}
|
||||||
return StateAt(block);
|
return state;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Global analysis. Iterates over all blocks that are dominated by the given
|
// Global analysis. Iterates over all blocks that are dominated by the given
|
||||||
|
Loading…
Reference in New Issue
Block a user