================
@@ -444,6 +444,8 @@ void BoltAddressTranslation::dump(raw_ostream &OS) {
         OS << formatv(" hash: {0:x}", BBHashMap.getBBHash(Val));
       OS << "\n";
     }
+    if (HotAddress == 0)
----------------
ayermolo wrote:

Can you add a comment on why we output on !HotAddress?

https://github.com/llvm/llvm-project/pull/87830
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to