Browse Source

[InterleavedLoadCombine] Fix warning unused variable

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



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@347229 91177308-0d34-0410-b5e6-96231b3b80d8
Martin Elshuber 6 years ago
parent
commit
3d5599fc65
1 changed files with 0 additions and 2 deletions
  1. 0 2
      lib/CodeGen/InterleavedLoadCombinePass.cpp

+ 0 - 2
lib/CodeGen/InterleavedLoadCombinePass.cpp

@@ -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