[llvm] r374364 - Fix Wdocumentation warnings. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 10 08:25:16 PDT 2019


Author: rksimon
Date: Thu Oct 10 08:25:16 2019
New Revision: 374364

URL: http://llvm.org/viewvc/llvm-project?rev=374364&view=rev
Log:
Fix Wdocumentation warnings. NFCI.

Modified:
    llvm/trunk/lib/Transforms/IPO/Attributor.cpp

Modified: llvm/trunk/lib/Transforms/IPO/Attributor.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/IPO/Attributor.cpp?rev=374364&r1=374363&r2=374364&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/IPO/Attributor.cpp (original)
+++ llvm/trunk/lib/Transforms/IPO/Attributor.cpp Thu Oct 10 08:25:16 2019
@@ -712,8 +712,8 @@ struct AACallSiteReturnedFromReturned :
 /// 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,




More information about the llvm-commits mailing list