mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 01:43:06 +00:00
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:
parent
2920a71663
commit
1a0be4d2a7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user