================
@@ -114,9 +114,12 @@ void BoltAddressTranslation::write(const BinaryContext 
&BC, raw_ostream &OS) {
                       << Twine::utohexstr(Address) << ".\n");
     encodeULEB128(Address, OS);
     encodeULEB128(NumEntries, OS);
+    uint64_t InOffset = 0, OutOffset = 0;
----------------
rafaelauler wrote:

It's not an offset, right? Maybe a better name would be PrevIn, PrevOut? (as in 
"Previous Input Address")

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