Skip to content

Commit 69f4d07

Browse files
committed
RequirementMachine: Fix a FrontendStatsTracer
1 parent 863f63a commit 69f4d07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/RequirementMachine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ void RequirementMachine::addGenericSignature(CanGenericSignature sig) {
352352

353353
auto *Stats = Context.Stats;
354354

355-
FrontendStatsTracer(Stats, "build-rewrite-system");
355+
FrontendStatsTracer tracer(Stats, "build-rewrite-system");
356356

357357
if (Context.LangOpts.DebugRequirementMachine) {
358358
llvm::dbgs() << "Adding generic signature " << sig << " {\n";

0 commit comments

Comments
 (0)