Skip to content

Commit f9ab9ac

Browse files
committed
[ConstraintSystem] NFC: Fix a warning by switching from dumpContext to printContext
1 parent a803cb5 commit f9ab9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Sema/ConstraintSystem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6131,7 +6131,7 @@ void SolutionApplicationTargetsKey::dump(raw_ostream &OS) const {
61316131

61326132
case Kind::functionRef:
61336133
OS << "<function>\n";
6134-
storage.functionRef->dumpContext();
6134+
storage.functionRef->printContext(OS);
61356135
return;
61366136
}
61376137
llvm_unreachable("invalid statement kind");

0 commit comments

Comments
 (0)