[llvm] r372211 - Fix -Wdocumentation "Unknown param" warning. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 03:37:53 PDT 2019


Author: rksimon
Date: Wed Sep 18 03:37:53 2019
New Revision: 372211

URL: http://llvm.org/viewvc/llvm-project?rev=372211&view=rev
Log:
Fix -Wdocumentation "Unknown param" warning. NFCI.

Modified:
    llvm/trunk/include/llvm/Transforms/IPO/Attributor.h

Modified: llvm/trunk/include/llvm/Transforms/IPO/Attributor.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/IPO/Attributor.h?rev=372211&r1=372210&r2=372211&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/IPO/Attributor.h (original)
+++ llvm/trunk/include/llvm/Transforms/IPO/Attributor.h Wed Sep 18 03:37:53 2019
@@ -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




More information about the llvm-commits mailing list