Skip to content

Commit 455cb60

Browse files
committed
[GSB] Don't eagerly minimize the term-rewriting system.
It's not worth the cost in compile times.
1 parent 624f2ba commit 455cb60

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/AST/GenericSignatureBuilder.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,9 +2289,6 @@ Type EquivalenceClass::getAnchor(
22892289
return substAnchor();
22902290
}
22912291

2292-
// Always work with a minimized term-rewriting system.
2293-
builder.Impl->minimizeRewriteTree(builder);
2294-
22952292
// Form the anchor.
22962293
bool updatedAnchor = false;
22972294
for (auto member : members) {

0 commit comments

Comments
 (0)