| Index: runtime/vm/flow_graph_allocator.cc
|
| ===================================================================
|
| --- runtime/vm/flow_graph_allocator.cc (revision 35683)
|
| +++ runtime/vm/flow_graph_allocator.cc (working copy)
|
| @@ -130,7 +130,6 @@
|
| // Iterate backwards starting at the last instruction.
|
| for (BackwardInstructionIterator it(block); !it.Done(); it.Advance()) {
|
| Instruction* current = it.Current();
|
| - fprintf(stderr, "Looking at %s\n", current->DebugName());
|
|
|
| // Initialize location summary for instruction.
|
| current->InitializeLocationSummary(true); // Optimizing.
|
|
|