Chromium Code Reviews| Index: runtime/vm/il_printer.cc |
| diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc |
| index 207167cb25acd8ea5c65cb4e011f0b1feaeb394c..4ccb260b796c3985fc6c98ae31e2385a91db45f7 100644 |
| --- a/runtime/vm/il_printer.cc |
| +++ b/runtime/vm/il_printer.cc |
| @@ -447,6 +447,9 @@ void PolymorphicInstanceCallInstr::PrintOperandsTo(BufferFormatter* f) const { |
| PushArgumentAt(i)->value()->PrintTo(f); |
| } |
| PrintICDataHelper(f, ic_data()); |
| + if (with_checks()) { |
| + f->Print(" WITH CHECKS"); |
| + } |
| } |