| Index: runtime/vm/il_printer.cc
|
| ===================================================================
|
| --- runtime/vm/il_printer.cc (revision 12267)
|
| +++ runtime/vm/il_printer.cc (working copy)
|
| @@ -287,12 +287,6 @@
|
| }
|
|
|
|
|
| -void LoadInstanceFieldInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| - f->Print("%s, ", String::Handle(field().name()).ToCString());
|
| - instance()->PrintTo(f);
|
| -}
|
| -
|
| -
|
| void StoreInstanceFieldInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| f->Print("%s, ", String::Handle(field().name()).ToCString());
|
| instance()->PrintTo(f);
|
|
|