mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
Remove debug code accidently committed in rL340837. NFCI.
llvm-svn: 340908
This commit is contained in:
parent
7bb3635513
commit
a884c11e5c
@ -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…
Reference in New Issue
Block a user