BBVectorize: Remove temporary assert used for debugging

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167817 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Hal Finkel 2012-11-13 05:54:54 +00:00
parent 2920a71663
commit 1a0be4d2a7

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