Index: runtime/vm/flow_graph.h |
diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h |
index 992ab519fb5762b51ab99ce67abff1f6e4b035d5..c19dc0c33ee8e68a2fc9374752c53bfb0cc00ed3 100644 |
--- a/runtime/vm/flow_graph.h |
+++ b/runtime/vm/flow_graph.h |
@@ -356,7 +356,9 @@ class FlowGraph : public ZoneAllocated { |
bool is_environment_use); |
bool IsReceiver(Definition* def) const; |
- void ComputeIsReceiverRecursive(PhiInstr* phi, BitVector* processed) const; |
+ void ComputeIsReceiver(PhiInstr* phi) const; |
+ void ComputeIsReceiverRecursive(PhiInstr* phi, |
+ GrowableArray<PhiInstr*>* unmark) const; |
Thread* thread_; |