| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index f88494fe71b4803246b9c022d555bbca38e03b53..26cca9d465ffbdd3f22f27d9e0e9854350542df1 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -159,7 +159,7 @@ static bool CompileParsedFunctionHelper(const ParsedFunction& parsed_function,
|
| isolate);
|
| // Transform to SSA (virtual register 0 and no inlining arguments).
|
| flow_graph->ComputeSSA(0, NULL);
|
| - DEBUG_ASSERT(flow_graph->VerifyUseLists());
|
| + flow_graph->ComputeUseLists();
|
| }
|
|
|
| if (FLAG_print_flow_graph ||
|
|
|