[llvm] [NFC]Rename collectPGOFuncNameStrings to collectGlobalVariableNameStrings (PR #70287)

David Li via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 21:18:29 PDT 2023


https://github.com/david-xl commented:

Since both Function and GlobalVariable are subclasses of GlobalObject, perhaps name it collectGlobalObjectNameStrings?

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


More information about the llvm-commits mailing list