| Index: runtime/vm/precompiler.cc
|
| diff --git a/runtime/vm/precompiler.cc b/runtime/vm/precompiler.cc
|
| index cc5344a85312cfe932a3eecf294cbafbf8bcdd29..6e1d2e36d5414a4221de5869c8669c09c51709b0 100644
|
| --- a/runtime/vm/precompiler.cc
|
| +++ b/runtime/vm/precompiler.cc
|
| @@ -2834,7 +2834,7 @@ bool PrecompileParsedFunctionHelper::Compile(CompilationPipeline* pipeline) {
|
| #endif // !PRODUCT
|
| CSTAT_TIMER_SCOPE(thread(), ssa_timer);
|
| // Transform to SSA (virtual register 0 and no inlining arguments).
|
| - flow_graph->ComputeSSA(0, NULL);
|
| + flow_graph->ComputeSSA(0, NULL, NULL);
|
| DEBUG_ASSERT(flow_graph->VerifyUseLists());
|
| if (print_flow_graph) {
|
| FlowGraphPrinter::PrintGraph("After SSA", flow_graph);
|
|
|