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