1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

BBVectorize: Remove temporary assert used for debugging

llvm-svn: 167817
This commit is contained in:
Hal Finkel 2012-11-13 05:54:54 +00:00
parent a191db7d99
commit 53c57f3d33

View File

@ -401,7 +401,6 @@ namespace {
DEBUG(dbgs() << "BBV: fusing loop #" << n <<
" for " << BB.getName() << " in " <<
BB.getParent()->getName() << "...\n");
assert(n < 10 && "hrmm, really?");
if (vectorizePairs(BB))
changed = true;
else