| Index: sdk/lib/_internal/compiler/implementation/ssa/tracer.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/ssa/tracer.dart (revision 29654)
|
| +++ sdk/lib/_internal/compiler/implementation/ssa/tracer.dart (working copy)
|
| @@ -174,7 +174,7 @@
|
|
|
| HInstructionStringifier(this.context, this.currentBlock, this.compiler);
|
|
|
| - visit(HInstruction node) => node.accept(this);
|
| + visit(HInstruction node) => '${node.accept(this)} ${node.instructionType}';
|
|
|
| String temporaryId(HInstruction instruction) {
|
| String prefix;
|
|
|