Remove debug code accidently committed in rL340837. NFCI.

llvm-svn: 340908
This commit is contained in:
Simon Pilgrim 2018-08-29 10:10:58 +00:00
parent d1c1e036ae
commit 39715e3a66
1 changed files with 0 additions and 3 deletions

View File

@ -4485,9 +4485,6 @@ void CodeGenDAGPatterns::GenerateVariants() {
MatchedPredicates[p] = (i == p) || (PatternsToMatch[i].getPredicates() ==
PatternsToMatch[p].getPredicates());
unsigned NumMatches = MatchedPredicates.count();
(void)NumMatches;
for (unsigned v = 0, e = Variants.size(); v != e; ++v) {
TreePatternNodePtr Variant = Variants[v];