diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-10 15:25:16 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2019-10-10 15:25:16 +0000 |
| commit | f7aee61be20830dd35450eae019084b07d010c7c (patch) | |
| tree | 69fabbe967635b3556c3f551c4050493194854fe | |
| parent | 4513e93f9a79e7790cc40084388e91afce4c5b39 (diff) | |
| download | bcm5719-llvm-f7aee61be20830dd35450eae019084b07d010c7c.tar.gz bcm5719-llvm-f7aee61be20830dd35450eae019084b07d010c7c.zip | |
Fix Wdocumentation warnings. NFCI.
llvm-svn: 374364
| -rw-r--r-- | llvm/lib/Transforms/IPO/Attributor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/IPO/Attributor.cpp b/llvm/lib/Transforms/IPO/Attributor.cpp index 6b6bd0953df..c6de94beaf0 100644 --- a/llvm/lib/Transforms/IPO/Attributor.cpp +++ b/llvm/lib/Transforms/IPO/Attributor.cpp @@ -712,8 +712,8 @@ struct AACallSiteReturnedFromReturned : public Base { /// Base class is required to have `followUse` method. /// bool followUse(Attributor &A, const Use *U, const Instruction *I) -/// \param U Underlying use. -/// \param I The user of the \p U. +/// U - Underlying use. +/// I - The user of the \p U. /// `followUse` returns true if the value should be tracked transitively. template <typename AAType, typename Base, |

