Delete an extra new line when there is a child. (#35355)
authorSergey Andreenko <seandree@microsoft.com>
Thu, 23 Apr 2020 22:42:09 +0000 (15:42 -0700)
committerGitHub <noreply@github.com>
Thu, 23 Apr 2020 22:42:09 +0000 (15:42 -0700)
src/coreclr/src/jit/gentree.cpp

index 4813115..1a0b7d0 100644 (file)
@@ -11360,8 +11360,6 @@ void Compiler::gtDispTree(GenTree*     tree,
 
             if (tree->AsField()->gtFldObj && !topOnly)
             {
-                gtDispVN(tree);
-                printf("\n");
                 gtDispChild(tree->AsField()->gtFldObj, indentStack, IIArcBottom);
             }