| Index: runtime/vm/il_printer.cc
|
| diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
|
| index 1a4f025656d0e6e0f7e639c9f1c912428f822b15..47fa64bb4a966b7d0e15fc4788420c1917fb7fb7 100644
|
| --- a/runtime/vm/il_printer.cc
|
| +++ b/runtime/vm/il_printer.cc
|
| @@ -860,6 +860,11 @@ void ParameterInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| }
|
|
|
|
|
| +void CheckStackOverflowInstr::PrintOperandsTo(BufferFormatter* f) const {
|
| + if (in_loop()) f->Print("loop");
|
| +}
|
| +
|
| +
|
| void TargetEntryInstr::PrintTo(BufferFormatter* f) const {
|
| f->Print("B%"Pd"[target]:%"Pd, block_id(), GetDeoptId());
|
| if (HasParallelMove()) {
|
|
|