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 9e75eb4 commit 10d70b1Copy full SHA for 10d70b1
llvm/utils/TableGen/DAGISelMatcherEmitter.cpp
@@ -85,7 +85,7 @@ class MatcherTableEmitter {
85
MatcherTableEmitter(const Matcher *TheMatcher, const CodeGenDAGPatterns &cgp)
86
: CGP(cgp), OpcodeCounts(Matcher::HighestKind + 1, 0) {
87
// Record the usage of ComplexPattern.
88
- DenseMap<const ComplexPattern *, unsigned> ComplexPatternUsage;
+ MapVector<const ComplexPattern *, unsigned> ComplexPatternUsage;
89
// Record the usage of PatternPredicate.
90
std::map<StringRef, unsigned> PatternPredicateUsage;
91
0 commit comments