================
@@ -160,12 +164,31 @@ std::error_code BoltAddressTranslation::parse(StringRef 
Buf) {
     return make_error_code(llvm::errc::io_error);
 
   Error Err(Error::success());
+  std::vector<uint64_t> HotFuncs;
----------------
rafaelauler wrote:

Is this HotFuncs vector going to be used in another diff of this stack? It 
looks unused to me atm.

https://github.com/llvm/llvm-project/pull/76903
_______________________________________________
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