| Index: runtime/vm/il_printer.cc
|
| diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
|
| index 78821fc699b4385a5f02469d1e4eee5ea799c365..d168a04efd765b710d273020e24fb27b03111322 100644
|
| --- a/runtime/vm/il_printer.cc
|
| +++ b/runtime/vm/il_printer.cc
|
| @@ -741,8 +741,7 @@ void MathUnaryInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| }
|
|
|
|
|
| -void MergedMathInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| - f->Print("'%s', ", MergedMathInstr::KindToCString(kind()));
|
| +void TruncDivModInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| Definition::PrintOperandsTo(f);
|
| }
|
|
|
|
|