mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
RequirementMachine: Fix a typo in debug output and comment
This commit is contained in:
@@ -333,7 +333,7 @@ void RewriteSystem::simplifyRewriteSystem() {
|
||||
continue;
|
||||
|
||||
if (Debug.contains(DebugFlags::Completion)) {
|
||||
const auto &otherRule = getRule(ruleID);
|
||||
const auto &otherRule = getRule(*otherRuleID);
|
||||
llvm::dbgs() << "$ Deleting rule " << rule << " because "
|
||||
<< "its left hand side contains " << otherRule
|
||||
<< "\n";
|
||||
|
||||
Reference in New Issue
Block a user