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