| Index: runtime/vm/il_printer.cc
|
| diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
|
| index 5a34fccb304b116ad227c7a1c78fbe5bbc5a99e0..96b7e8a8f252dee8d764ce5ce12e5bb9c7c40ded 100644
|
| --- a/runtime/vm/il_printer.cc
|
| +++ b/runtime/vm/il_printer.cc
|
| @@ -986,7 +986,7 @@ void PhiInstr::PrintTo(BufferFormatter* f) const {
|
| }
|
|
|
|
|
| -void UnboxIntNInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| +void UnboxIntegerInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| if (is_truncating()) {
|
| f->Print("[tr], ");
|
| }
|
|
|