From 2dba9a2a9dfac822bd54f356fc96c60d85481c83 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 18 Sep 2019 10:37:53 +0000 Subject: [PATCH] Fix -Wdocumentation "Unknown param" warning. NFCI. llvm-svn: 372211 --- llvm/include/llvm/Transforms/IPO/Attributor.h | 1 - 1 file changed, 1 deletion(-) 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 -- 2.7.4