mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
GSB: Fix a FrontendStatsTracer
This commit is contained in:
@@ -4026,7 +4026,7 @@ GenericSignatureBuilder::getConformanceAccessPath(Type type,
|
||||
|
||||
auto *Stats = Context.Stats;
|
||||
|
||||
FrontendStatsTracer(Stats, "get-conformance-access-path");
|
||||
FrontendStatsTracer tracer(Stats, "get-conformance-access-path");
|
||||
|
||||
auto recordPath = [&](CanType type, ProtocolDecl *proto,
|
||||
ConformanceAccessPath path) {
|
||||
|
||||
Reference in New Issue
Block a user