| Index: runtime/vm/flow_graph_inliner.cc
|
| diff --git a/runtime/vm/flow_graph_inliner.cc b/runtime/vm/flow_graph_inliner.cc
|
| index e98927b8e6bf50a7806f3bcb224304dcd8fb7478..3fc75b33ae66246db3fbb7660fdc9167fba9eabb 100644
|
| --- a/runtime/vm/flow_graph_inliner.cc
|
| +++ b/runtime/vm/flow_graph_inliner.cc
|
| @@ -491,7 +491,7 @@ class CallSiteInliner : public ValueObject {
|
| // Compute SSA on the callee graph, catching bailouts.
|
| callee_graph->ComputeSSA(caller_graph_->max_virtual_register_number(),
|
| ¶m_stubs);
|
| - callee_graph->ComputeUseLists();
|
| + DEBUG_ASSERT(callee_graph->VerifyUseLists());
|
| }
|
|
|
| {
|
|
|