Index: runtime/vm/flow_graph.h |
diff --git a/runtime/vm/flow_graph.h b/runtime/vm/flow_graph.h |
index c19dc0c33ee8e68a2fc9374752c53bfb0cc00ed3..0c7aa526cd60c97caf23d9b82f3c6a36fe7d5575 100644 |
--- a/runtime/vm/flow_graph.h |
+++ b/runtime/vm/flow_graph.h |
@@ -303,6 +303,8 @@ class FlowGraph : public ZoneAllocated { |
// Remove environments from the instructions which do not deoptimize. |
void EliminateEnvironments(); |
+ bool IsReceiver(Definition* def) const; |
+ |
private: |
friend class IfConverter; |
friend class BranchSimplifier; |
@@ -355,7 +357,6 @@ class FlowGraph : public ZoneAllocated { |
Value* use, |
bool is_environment_use); |
- bool IsReceiver(Definition* def) const; |
void ComputeIsReceiver(PhiInstr* phi) const; |
void ComputeIsReceiverRecursive(PhiInstr* phi, |
GrowableArray<PhiInstr*>* unmark) const; |