We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e0a91 commit a7091d9Copy full SHA for a7091d9
lib/AST/RequirementMachine/RewriteContext.cpp
@@ -698,7 +698,7 @@ RewriteContext::~RewriteContext() {
698
PropertyTrieRootHistogram.dump(llvm::dbgs());
699
llvm::dbgs() << "\n* Conformance rules:\n";
700
ConformanceRulesHistogram.dump(llvm::dbgs());
701
- llvm::dbgs() << "\n* Generating conformance equations:\n";
+ llvm::dbgs() << "\n* Minimal conformance equations:\n";
702
MinimalConformancesHistogram.dump(llvm::dbgs());
703
}
704
0 commit comments