mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
RequirementMachine: RewriteStep stores both whiskers
This commit is contained in:
@@ -448,3 +448,7 @@ void RequirementMachine::computeCompletion() {
|
||||
bool RequirementMachine::isComplete() const {
|
||||
return Complete;
|
||||
}
|
||||
|
||||
void RequirementMachine::computeMinimalRequirements(const ProtocolDecl *proto) {
|
||||
System.minimizeRewriteSystem();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user