diff --git a/llvm/lib/Transforms/IPO/Attributor.cpp b/llvm/lib/Transforms/IPO/Attributor.cpp index 6b6bd0953df6..c6de94beaf07 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