From: Simon Pilgrim Date: Wed, 18 Sep 2019 10:37:53 +0000 (+0000) Subject: Fix -Wdocumentation "Unknown param" warning. NFCI. X-Git-Tag: llvmorg-11-init~8926 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2dba9a2a9dfac822bd54f356fc96c60d85481c83;p=platform%2Fupstream%2Fllvm.git Fix -Wdocumentation "Unknown param" warning. NFCI. llvm-svn: 372211 --- diff --git a/llvm/include/llvm/Transforms/IPO/Attributor.h b/llvm/include/llvm/Transforms/IPO/Attributor.h index 3be021b..363b66c 100644 --- a/llvm/include/llvm/Transforms/IPO/Attributor.h +++ b/llvm/include/llvm/Transforms/IPO/Attributor.h @@ -724,7 +724,6 @@ struct Attributor { /// abstract attribute objects for them. /// /// \param F The function that is checked for attribute opportunities. - /// \param TLIGetter helper function to get TargetLibraryInfo Analysis result. /// /// Note that abstract attribute instances are generally created even if the /// IR already contains the information they would deduce. The most important