We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd691da commit dab1af8Copy full SHA for dab1af8
pkg/compiler/lib/src/ssa/tracer.dart
@@ -101,6 +101,7 @@ class HTracer extends HGraphVisitor with TracerUtil {
101
addIndent();
102
String temporaryId = stringifier.temporaryId(instruction);
103
String instructionString = stringifier.visit(instruction);
104
+ instructionString = instructionString.replaceAll('\n', r'\n');
105
add("$bci $uses $temporaryId $instructionString $changes $depends <|@\n");
106
}
107
0 commit comments