[InterleavedLoadCombine] Fix warning unused variable

Differential Revision: https://reviews.llvm.org/D52653

llvm-svn: 347229
This commit is contained in:
Martin Elshuber 2018-11-19 17:11:48 +00:00
parent 49482f824a
commit 026a2a5152
1 changed files with 0 additions and 2 deletions

View File

@ -1119,8 +1119,6 @@ InterleavedLoadCombineImpl::findFirstLoad(const std::set<LoadInst *> &LIs) {
bool InterleavedLoadCombineImpl::combine(std::list<VectorInfo> &InterleavedLoad,
OptimizationRemarkEmitter &ORE) {
LLVM_DEBUG(dbgs() << "Checking interleaved load\n");
for (auto &VI : InterleavedLoad)
LLVM_DEBUG(dbgs() << VI << "\n");
// The insertion point is the LoadInst which loads the first values. The
// following tests are used to proof that the combined load can be inserted