diff --git a/llvm/include/llvm/IR/PatternMatch.h b/llvm/include/llvm/IR/PatternMatch.h index 0788690fb411..40f9c21f646b 100644 --- a/llvm/include/llvm/IR/PatternMatch.h +++ b/llvm/include/llvm/IR/PatternMatch.h @@ -1348,7 +1348,7 @@ template inline Signum_match m_Signum(const Val_t &V) { // Matchers for two-operands operators with the operators in either order // -/// \brief Matches a Add with LHS and RHS in either order. +/// \brief Matches a BinaryOperator with LHS and RHS in either order. template inline match_combine_or, AnyBinaryOp_match>