| Index: runtime/vm/intrinsifier.cc
|
| ===================================================================
|
| --- runtime/vm/intrinsifier.cc (revision 44474)
|
| +++ runtime/vm/intrinsifier.cc (working copy)
|
| @@ -155,7 +155,7 @@
|
| }
|
|
|
| if (FLAG_print_flow_graph && FlowGraphPrinter::ShouldPrint(function)) {
|
| - OS::Print("Intrinsic graph before\n");
|
| + ISL_Print("Intrinsic graph before\n");
|
| FlowGraphPrinter printer(*graph);
|
| printer.PrintBlocks();
|
| }
|
| @@ -165,7 +165,7 @@
|
| allocator.AllocateRegisters();
|
|
|
| if (FLAG_print_flow_graph && FlowGraphPrinter::ShouldPrint(function)) {
|
| - OS::Print("Intrinsic graph after\n");
|
| + ISL_Print("Intrinsic graph after\n");
|
| FlowGraphPrinter printer(*graph);
|
| printer.PrintBlocks();
|
| }
|
|
|