summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-11-19 19:18:00 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-11-19 19:18:00 +0000
commit493ac5320bff9df4e85b3d806c4e088584532193 (patch)
tree661ade066cb56cc7384fa91d438cdcbfa2b1d81a /llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp
parentde3605f56b3e781a0938d401f1093e4b9ed659f9 (diff)
downloadbcm5719-llvm-493ac5320bff9df4e85b3d806c4e088584532193.tar.gz
bcm5719-llvm-493ac5320bff9df4e85b3d806c4e088584532193.zip
Fix unused function warning.
llvm-svn: 347252
Diffstat (limited to 'llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp')
-rw-r--r--llvm/lib/CodeGen/InterleavedLoadCombinePass.cpp6
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(
OpenPOWER on IntegriCloud