[llvm] [NFC][MemProf] Move Radix tree methods to their own header and cpp. (PR #140501)

Sudharsan Veeravalli via llvm-commits llvm-commits at lists.llvm.org
Wed May 21 21:34:39 PDT 2025


================
@@ -18,7 +18,8 @@
 #include "llvm/ADT/StringRef.h"
 #include "llvm/IR/ProfileSummary.h"
 #include "llvm/ProfileData/InstrProf.h"
-#include "llvm/ProfileData/MemProf.h"
+// #include "llvm/ProfileData/MemProf.h"
----------------
svs-quic wrote:

You can probably remove this include.

https://github.com/llvm/llvm-project/pull/140501


More information about the llvm-commits mailing list