summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-04-12 05:57:46 +0000
committerCraig Topper <craig.topper@gmail.com>2017-04-12 05:57:46 +0000
commit540823f6796e10518aa68ad9b97822bbcf784f92 (patch)
tree022c2ff102ca9630a91ede258936cc934032a4b5
parentb5194eeebf601743fbdc77379326ed85bc199feb (diff)
downloadbcm5719-llvm-540823f6796e10518aa68ad9b97822bbcf784f92.tar.gz
bcm5719-llvm-540823f6796e10518aa68ad9b97822bbcf784f92.zip
[IR] Fix copy and paste mistake in comment. NFC
llvm-svn: 300031
-rw-r--r--llvm/include/llvm/IR/PatternMatch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/PatternMatch.h b/llvm/include/llvm/IR/PatternMatch.h
index 0788690fb41..40f9c21f646 100644
--- a/llvm/include/llvm/IR/PatternMatch.h
+++ b/llvm/include/llvm/IR/PatternMatch.h
@@ -1348,7 +1348,7 @@ template <typename Val_t> inline Signum_match<Val_t> 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<typename LHS, typename RHS>
inline match_combine_or<AnyBinaryOp_match<LHS, RHS>,
AnyBinaryOp_match<RHS, LHS>>
OpenPOWER on IntegriCloud