Index: runtime/vm/il_printer.cc |
=================================================================== |
--- runtime/vm/il_printer.cc (revision 41455) |
+++ runtime/vm/il_printer.cc (working copy) |
@@ -571,6 +571,10 @@ |
void AllocateUninitializedContextInstr::PrintOperandsTo( |
BufferFormatter* f) const { |
f->Print("%" Pd "", num_context_variables()); |
+ |
+ if (Identity().IsNotAliased()) { |
+ f->Print(" <not-aliased>"); |
+ } |
} |