Skip to content

Commit a90077f

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-next
2 parents 7d7d95a + abec87d commit a90077f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/CSStep.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ void SplitterStep::computeFollowupSteps(
117117
CS, i, /*single=*/false, &Components[i], PartialSolutions[i]));
118118
}
119119

120-
if (numComponents > 1 && isDebugMode()) {
120+
if (isDebugMode()) {
121121
auto &log = getDebugLogger();
122122
// Verify that the constraint graph is valid.
123123
CG.verify();

0 commit comments

Comments
 (0)