diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-18 10:37:53 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-09-18 10:37:53 +0000 |
| commit | 2dba9a2a9dfac822bd54f356fc96c60d85481c83 (patch) | |
| tree | 04833ad6f4f875c6dbbd6b34503123888d4aec24 | |
| parent | a206de8a0e6a657b5c5a48e894383590ef942fc7 (diff) | |
| download | bcm5719-llvm-2dba9a2a9dfac822bd54f356fc96c60d85481c83.tar.gz bcm5719-llvm-2dba9a2a9dfac822bd54f356fc96c60d85481c83.zip | |
Fix -Wdocumentation "Unknown param" warning. NFCI.
llvm-svn: 372211
| -rw-r--r-- | llvm/include/llvm/Transforms/IPO/Attributor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/IPO/Attributor.h b/llvm/include/llvm/Transforms/IPO/Attributor.h index 3be021bc336..363b66cd3e0 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 |

