Chromium Code Reviews| Index: runtime/vm/il_printer.cc |
| =================================================================== |
| --- runtime/vm/il_printer.cc (revision 8911) |
| +++ runtime/vm/il_printer.cc (working copy) |
| @@ -403,6 +403,9 @@ |
| if (is_fused_with_comparison()) { |
| f->Print(" (fused)"); |
| } |
| + if (is_negated()) { |
| + f->Print(" (negated)"); |
| + } |
| f->Print(" goto (%d, %d)", |
| true_successor()->block_id(), |
| false_successor()->block_id()); |