[llvm] [memprof] Add MemProf version (PR #86414)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 28 13:28:07 PDT 2024
================
@@ -75,16 +75,14 @@ class InstrProfWriter {
// deployment of newer versions of llvm-profdata.
bool WritePrevVersion = false;
- // The version we should use to write MemProf in.
- memprof::MemProfVersion MemProfVersionRequested;
+ // The MemProf version we should use to write in.
----------------
teresajohnson wrote:
Suggest replacing "use to write in" with simply "write"
https://github.com/llvm/llvm-project/pull/86414
More information about the llvm-commits
mailing list