| Index: runtime/vm/compiler.cc
|
| diff --git a/runtime/vm/compiler.cc b/runtime/vm/compiler.cc
|
| index 362beb87f58f9c2067740f0d1a8c8933d2c8758a..c9c763f347c54baa25c1764fd28c876a88528702 100644
|
| --- a/runtime/vm/compiler.cc
|
| +++ b/runtime/vm/compiler.cc
|
| @@ -197,7 +197,6 @@ static bool CompileWithNewCompiler(
|
| optimizer.ApplyICData();
|
|
|
| if (FLAG_use_ssa) {
|
| - printf("====================================\n");
|
| // Perform register allocation on the SSA graph.
|
| FlowGraphAllocator allocator(graph_builder.postorder_block_entries(),
|
| graph_builder.current_ssa_temp_index());
|
|
|