]> granicus.if.org Git - llvm/commitdiff
Fix Wdocumentation warnings. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 10 Oct 2019 15:25:16 +0000 (15:25 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 10 Oct 2019 15:25:16 +0000 (15:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374364 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/Attributor.cpp

index 6b6bd0953df698bb9aba8a6e69be08f9467f871c..c6de94beaf07b89726de8f5f61aba9689f06f262 100644 (file)
@@ -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,