Chromium Code Reviews| Index: runtime/vm/code_generator.cc |
| =================================================================== |
| --- runtime/vm/code_generator.cc (revision 31202) |
| +++ runtime/vm/code_generator.cc (working copy) |
| @@ -1276,7 +1276,7 @@ |
| return false; |
| } |
| } |
| - if (!function.is_optimizable()) { |
| + if (!function.IsOptimizable()) { |
| if (FLAG_trace_failed_optimization_attempts) { |
| OS::PrintErr("Not Optimizable: %s\n", function.ToFullyQualifiedCString()); |
| } |