Fix unused function warning.

llvm-svn: 347252
This commit is contained in:
Simon Pilgrim 2018-11-19 19:18:00 +00:00
parent de3605f56b
commit 493ac5320b
1 changed files with 0 additions and 6 deletions

View File

@ -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(