Index: runtime/vm/flow_graph_allocator.h |
diff --git a/runtime/vm/flow_graph_allocator.h b/runtime/vm/flow_graph_allocator.h |
index 34cca4575b458447355662d04ac72691ff46e61a..3657fc9fa5c18e8d72fe5b4fbd948976c18382d9 100644 |
--- a/runtime/vm/flow_graph_allocator.h |
+++ b/runtime/vm/flow_graph_allocator.h |
@@ -91,6 +91,7 @@ class FlowGraphAllocator : public ValueObject { |
// all SSA values. |
void BuildLiveRanges(); |
Instruction* ConnectOutgoingPhiMoves(BlockEntryInstr* block); |
+ void ProcessEnvironmentUses(BlockEntryInstr* block, Instruction* current); |
void ProcessOneInstruction(BlockEntryInstr* block, Instruction* instr); |
void ConnectIncomingPhiMoves(BlockEntryInstr* block); |
void BlockLocation(Location loc, intptr_t from, intptr_t to); |