diff --git a/src/hydrogen-flow-engine.h b/src/hydrogen-flow-engine.h index 8b836d2340..dfe43ec6c3 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