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 065aa5a commit eca282dCopy full SHA for eca282d
llvm/include/llvm/CodeGen/SDPatternMatch.h
@@ -130,7 +130,8 @@ struct DeferredValue_match {
130
131
explicit DeferredValue_match(SDValue &Match) : MatchVal(Match) {}
132
133
- template <typename MatchContext> bool match(const MatchContext &, SDValue N) {
+ template <typename MatchContext>
134
+ bool match(const MatchContext &, SDValue N) {
135
return N == MatchVal;
136
}
137
};
0 commit comments