1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

Fix -Wdocumentation "Unknown param" warning. NFCI.

llvm-svn: 372211
This commit is contained in:
Simon Pilgrim 2019-09-18 10:37:53 +00:00
parent eddfe913c8
commit 710428e863

View 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