Fix -Wdocumentation "Unknown param" warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 18 Sep 2019 10:37:53 +0000 (10:37 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 18 Sep 2019 10:37:53 +0000 (10:37 +0000)
llvm-svn: 372211

llvm/include/llvm/Transforms/IPO/Attributor.h

index 3be021b..363b66c 100644 (file)
@@ -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