| Index: runtime/vm/il_printer.cc
|
| ===================================================================
|
| --- runtime/vm/il_printer.cc (revision 13112)
|
| +++ runtime/vm/il_printer.cc (working copy)
|
| @@ -494,14 +494,6 @@
|
| }
|
|
|
|
|
| -void BinaryMintOpInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| - f->Print("%s, ", Token::Str(op_kind()));
|
| - left()->PrintTo(f);
|
| - f->Print(", ");
|
| - right()->PrintTo(f);
|
| -}
|
| -
|
| -
|
| void UnboxedDoubleBinaryOpInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| f->Print("%s, ", Token::Str(op_kind()));
|
| left()->PrintTo(f);
|
|
|