Chromium Code Reviews| Index: runtime/vm/il_printer.cc |
| =================================================================== |
| --- runtime/vm/il_printer.cc (revision 37537) |
| +++ runtime/vm/il_printer.cc (working copy) |
| @@ -592,7 +592,7 @@ |
| void BinarySmiOpInstr::PrintTo(BufferFormatter* f) const { |
| Definition::PrintTo(f); |
| f->Print(" %co", overflow_ ? '+' : '-'); |
| - f->Print(" %ct", is_truncating() ? '+' : '-'); |
| + f->Print(" %ct", IsTruncating() ? '+' : '-'); |
| } |