From 493ac5320bff9df4e85b3d806c4e088584532193 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Mon, 19 Nov 2018 19:18:00 +0000 Subject: Fix unused function warning. llvm-svn: 347252 --- llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp') diff --git a/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp b/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp index 48ec40214ab..989fa164ad2 100644 --- a/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp +++ b/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp @@ -1047,12 +1047,6 @@ public: #endif }; -#ifndef NDEBUG -static raw_ostream &operator<<(raw_ostream &OS, const VectorInfo &S) { - S.print(OS); - return OS; -} -#endif } // anonymous namespace bool InterleavedLoadCombineImpl::findPattern( -- cgit v1.2.3