mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-24 04:32:09 +00:00
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:
parent
2a751e18fd
commit
4b9c2a9039
@ -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];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user