Index: runtime/vm/il_printer.cc |
diff --git a/runtime/vm/il_printer.cc b/runtime/vm/il_printer.cc |
index fde3ffd26294535166b01b1d322ad1caa3c83d22..b81367f3f70972325255b2e710d9affc33964bb0 100644 |
--- a/runtime/vm/il_printer.cc |
+++ b/runtime/vm/il_printer.cc |
@@ -514,9 +514,6 @@ void PolymorphicInstanceCallInstr::PrintOperandsTo(BufferFormatter* f) const { |
PushArgumentAt(i)->value()->PrintTo(f); |
} |
PrintTargetsHelper(f, targets_, FlowGraphPrinter::kPrintAll); |
- if (with_checks()) { |
- f->Print(" WITH-CHECKS"); |
- } |
if (complete()) { |
f->Print(" COMPLETE"); |
} |