| Index: runtime/vm/code_generator.cc
|
| diff --git a/runtime/vm/code_generator.cc b/runtime/vm/code_generator.cc
|
| index daa15fdb8b1097727a7ab3f0428ed2abfc849546..10c85c466158fdef3a9b0a8eb3eaaed434105fcc 100644
|
| --- a/runtime/vm/code_generator.cc
|
| +++ b/runtime/vm/code_generator.cc
|
| @@ -1476,7 +1476,7 @@ DEFINE_RUNTIME_ENTRY(OptimizeInvokedFunction, 1) {
|
| function.set_usage_counter(0);
|
| if (FLAG_trace_compiler) {
|
| if (function.HasOptimizedCode()) {
|
| - ISL_Print("ReCompiling function: '%s' \n",
|
| + THR_Print("ReCompiling function: '%s' \n",
|
| function.ToFullyQualifiedCString());
|
| }
|
| }
|
|
|