Skip to content

Commit cc869f3

Browse files
committed
Fix a thinko.
I was working on c20abe5 and 03bfade at the same time and I forgot to update to use the new API in 03bfade before I commited c20abe5. Sorry!
1 parent ba8b900 commit cc869f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Mandatory/TransferNonSendable.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,7 @@ class InOutSendingNotDisconnectedDiagnosticEmitter {
15681568
}
15691569

15701570
void emitUnknownPatternError() {
1571-
if (AbortOnUnknownPatternMatchError) {
1571+
if (shouldAbortOnUnknownPatternMatchError()) {
15721572
llvm::report_fatal_error(
15731573
"RegionIsolation: Aborting on unknown pattern match error");
15741574
}

0 commit comments

Comments
 (0)