diff options
| author | Martin Elshuber <martin.elshuber@theobroma-systems.com> | 2018-11-19 17:11:48 +0000 |
|---|---|---|
| committer | Martin Elshuber <martin.elshuber@theobroma-systems.com> | 2018-11-19 17:11:48 +0000 |
| commit | 026a2a51529e0fd295c4947d8e9169b4a1cf9460 (patch) | |
| tree | 69fcc4180d32f107e44bf425cbca97f7266dcc58 /llvm/lib | |
| parent | 49482f824a0d92f8f97121aaa6e82f409ff23d58 (diff) | |
| download | bcm5719-llvm-026a2a51529e0fd295c4947d8e9169b4a1cf9460.tar.gz bcm5719-llvm-026a2a51529e0fd295c4947d8e9169b4a1cf9460.zip | |
[InterleavedLoadCombine] Fix warning unused variable
Differential Revision: https://reviews.llvm.org/D52653
llvm-svn: 347229
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp b/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp index 1212649a4fe..e4edfb6d6e6 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 |

