We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21f631 commit 205bc77Copy full SHA for 205bc77
llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
@@ -477,7 +477,7 @@ template <typename Opnd_t> struct Argument_match {
477
}
478
};
479
480
-/// Match call argument.
+/// Match a call argument.
481
template <unsigned OpI, typename Opnd_t>
482
inline Argument_match<Opnd_t> m_Argument(const Opnd_t &Op) {
483
return Argument_match<Opnd_t>(OpI, Op);
0 commit comments