We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1613d37 commit 983f779Copy full SHA for 983f779
llvm/lib/CheerpUtils/Registerize.cpp
@@ -810,7 +810,7 @@ void VertexColorer::iterativeDeepening(IterationsCounter& counter)
810
811
lowerBound = lowerBoundOnNumberOfColors(/*forceEvaluation*/true);
812
}
813
- assert(counter.remaining() > 0);
+ //assert(counter.remaining() > 0);
814
815
uint32_t positiveFriendships = 0;
816
while (positiveFriendships < friendships.size() && friendships[positiveFriendships].first > 0)
0 commit comments