| Index: runtime/vm/il_printer.cc
|
| diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc
|
| index d7fb171d26712f232c727252663f1df78cdae9eb..f7aa016cd7803953ba9b451ca6a75b7a73f34f2a 100644
|
| --- a/runtime/vm/il_printer.cc
|
| +++ b/runtime/vm/il_printer.cc
|
| @@ -860,11 +860,6 @@ 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()) {
|
|
|