From 026a2a51529e0fd295c4947d8e9169b4a1cf9460 Mon Sep 17 00:00:00 2001
From: Martin Elshuber <martin.elshuber@theobroma-systems.com>
Date: Mon, 19 Nov 2018 17:11:48 +0000
Subject: [PATCH] [InterleavedLoadCombine] Fix warning unused variable

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

llvm-svn: 347229
---
 llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp b/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
index 1212649a4fef..e4edfb6d6e69 100644
--- a/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
+++ b/llvm/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