Chromium Code Reviews| Index: vm/il_printer.cc |
| =================================================================== |
| --- vm/il_printer.cc (revision 10161) |
| +++ vm/il_printer.cc (working copy) |
| @@ -385,6 +385,11 @@ |
| } |
| +void DoubleBinaryOpComp::PrintOperandsTo(BufferFormatter* f) const { |
| + f->Print("%s", Token::Str(op_kind())); |
| +} |
| + |
| + |
| void UnarySmiOpComp::PrintOperandsTo(BufferFormatter* f) const { |
| f->Print("%s, ", Token::Str(op_kind())); |
| value()->PrintTo(f); |