Chromium Code Reviews| Index: runtime/vm/il_printer.cc |
| =================================================================== |
| --- runtime/vm/il_printer.cc (revision 29797) |
| +++ runtime/vm/il_printer.cc (working copy) |
| @@ -372,9 +372,6 @@ |
| left()->PrintTo(f); |
| f->Print(" %s ", Token::Str(kind())); |
| right()->PrintTo(f); |
| - if (HasICData()) { |
| - PrintICData(f, *ic_data()); |
| - } |
| } |