mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[ConstraintSystem] Rename solveIteratively to solve and start using it
Remove solution filtering from new iterative `solve` method, and replace all usages of `solveRec` with it.
This commit is contained in:
@@ -2072,7 +2072,7 @@ bool ConstraintSystem::salvage(SmallVectorImpl<Solution> &viable, Expr *expr) {
|
||||
state.recordFixes = true;
|
||||
|
||||
// Solve the system.
|
||||
solveRec(viable);
|
||||
solve(viable);
|
||||
|
||||
// Check whether we have a best solution; this can happen if we found
|
||||
// a series of fixes that worked.
|
||||
|
||||
Reference in New Issue
Block a user