diff options
Diffstat (limited to 'llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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( |

