Skip to content

Commit 2dba9a2

Browse files
committed
Fix -Wdocumentation "Unknown param" warning. NFCI.
llvm-svn: 372211
1 parent a206de8 commit 2dba9a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,6 @@ struct Attributor {
724724
/// abstract attribute objects for them.
725725
///
726726
/// \param F The function that is checked for attribute opportunities.
727-
/// \param TLIGetter helper function to get TargetLibraryInfo Analysis result.
728727
///
729728
/// Note that abstract attribute instances are generally created even if the
730729
/// IR already contains the information they would deduce. The most important

0 commit comments

Comments
 (0)