Return compGetTieringName printing. (dotnet/coreclr#27873)
authorSergey Andreenko <seandree@microsoft.com>
Thu, 14 Nov 2019 01:15:18 +0000 (01:15 +0000)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2019 01:15:18 +0000 (01:15 +0000)
Commit migrated from https://github.com/dotnet/coreclr/commit/dd02c6d34e054eb6b43a5cadfef1ab107c43bfd1

src/coreclr/src/jit/compiler.cpp

index 8b27640..29b5e5e 100644 (file)
@@ -6139,7 +6139,7 @@ int Compiler::compCompileHelper(CORINFO_MODULE_HANDLE            classPtr,
 #ifdef DEBUG
     if (JitConfig.DumpJittedMethods() == 1 && !compIsForInlining())
     {
-        printf("Compiling %4d %s::%s, IL size = %u, hash=%08x\n", Compiler::jitTotalMethodCompiled, info.compClassName,
+        printf("Compiling %4d %s::%s, IL size = %u, hash=%08x %s\n", Compiler::jitTotalMethodCompiled, info.compClassName,
                info.compMethodName, info.compILCodeSize, info.compMethodHash(), compGetTieringName());
     }
     if (compIsForInlining())