Chromium Code Reviews| Index: runtime/vm/il_printer.cc |
| =================================================================== |
| --- runtime/vm/il_printer.cc (revision 13214) |
| +++ runtime/vm/il_printer.cc (working copy) |
| @@ -510,6 +510,12 @@ |
| } |
| +void UnboxedMintUnaryOpInstr::PrintOperandsTo(BufferFormatter* f) const { |
| + f->Print("%s, ", Token::Str(op_kind())); |
| + value()->PrintTo(f); |
| +} |
| + |
| + |
| void UnarySmiOpInstr::PrintOperandsTo(BufferFormatter* f) const { |
| f->Print("%s, ", Token::Str(op_kind())); |
| value()->PrintTo(f); |