Chromium Code Reviews| Index: runtime/vm/locations.cc |
| diff --git a/runtime/vm/locations.cc b/runtime/vm/locations.cc |
| index 92385d600736d7f2f96026caa176fc42c0039b2f..9bf0325336fd73063971f7df2f3b5a6817bd30f8 100644 |
| --- a/runtime/vm/locations.cc |
| +++ b/runtime/vm/locations.cc |
| @@ -112,7 +112,7 @@ void LocationSummary::PrintTo(BufferFormatter* f) const { |
| out().PrintTo(f); |
| } |
| - if (is_call()) f->Print(" C"); |
| + if (always_calls()) f->Print(" C"); |
| } |
| } // namespace dart |