[llvm] [nfc][thinlto] remove unnecessary return from `renameModuleForThinLTO` (PR #121851)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 6 14:39:18 PST 2025


mtrofin wrote:

> lgtm. probably want to clarify that it isn't that the return value is unused (it is checked), but we never return anything other than false.

Done. Also s/unused/unnecessary in the title.

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


More information about the llvm-commits mailing list