mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 20:29:30 +00:00
Fix an unused variable warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179931 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1d2ad834f2
commit
d7e8cce287
@ -90,6 +90,7 @@ struct SLPVectorizer : public FunctionPass {
|
||||
|
||||
// Vectorize trees that end at stores.
|
||||
if (unsigned count = collectStores(BB, R)) {
|
||||
(void)count;
|
||||
DEBUG(dbgs()<<"SLP: Found " << count << " stores to vectorize.\n");
|
||||
BBChanged |= vectorizeStoreChains(R);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user