Skip to content

Commit b36f733

Browse files
committed
GSB: Fix a FrontendStatsTracer
1 parent 6573fda commit b36f733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/GenericSignatureBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4026,7 +4026,7 @@ GenericSignatureBuilder::getConformanceAccessPath(Type type,
40264026

40274027
auto *Stats = Context.Stats;
40284028

4029-
FrontendStatsTracer(Stats, "get-conformance-access-path");
4029+
FrontendStatsTracer tracer(Stats, "get-conformance-access-path");
40304030

40314031
auto recordPath = [&](CanType type, ProtocolDecl *proto,
40324032
ConformanceAccessPath path) {

0 commit comments

Comments
 (0)