Index: runtime/vm/flow_graph.h |
diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h |
index a3c02354362960fed68b4ae1e800ab7c1e82a632..451ee9a736997c629b0566c25577d27993572602 100644 |
--- a/runtime/vm/flow_graph.h |
+++ b/runtime/vm/flow_graph.h |
@@ -168,6 +168,8 @@ class FlowGraph : public ZoneAllocated { |
GrowableArray<Definition*>* env, |
GrowableArray<PhiInstr*>* live_phis); |
+ void AttachEnvironment(Instruction* instr, GrowableArray<Definition*>* env); |
+ |
void InsertPhis( |
const GrowableArray<BlockEntryInstr*>& preorder, |
const GrowableArray<BitVector*>& assigned_vars, |