[PATCH] D147133: [IPO] Add documentation for new function argument

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 29 08:34:34 PDT 2023


smeenai added inline comments.


================
Comment at: llvm/include/llvm/Transforms/IPO/FunctionImport.h:139
 ///
+/// \p isPrevailing is a function-like object that will be called with a global
+/// value's GUID and summary and should return whether the module corresponding
----------------
tejohnson wrote:
> Maybe just "callback" instead of "function-like object"? 
Yup, that's the word I was looking for :D


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147133/new/

https://reviews.llvm.org/D147133



More information about the llvm-commits mailing list