Remove debug code accidently committed in rL340837. NFCI.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@340908 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Simon Pilgrim 2018-08-29 10:10:58 +00:00
parent 2a751e18fd
commit 4b9c2a9039

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];