From c4b2d4a786715828e53567a99938e4f54bc89b74 Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 14 Jul 2009 00:09:42 +0000 Subject: [PATCH] Fix obvious typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75563 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/PatternMatch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Support/PatternMatch.h b/include/llvm/Support/PatternMatch.h index 66dec00f9c3..fb8e387d3df 100644 --- a/include/llvm/Support/PatternMatch.h +++ b/include/llvm/Support/PatternMatch.h @@ -406,7 +406,7 @@ struct SelectClass_match { }; template -inline SelectClass_match +inline SelectClass_match m_Select(const Cond &C, const LHS &L, const RHS &R) { return SelectClass_match(C, L, R); } -- 2.34.1