Skip to content

Commit 8770e90

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 c20abe5 commit 8770e90

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
@@ -1615,7 +1615,7 @@ class InOutSendingNotDisconnectedDiagnosticEmitter {
16151615
}
16161616

16171617
void emitUnknownPatternError() {
1618-
if (AbortOnUnknownPatternMatchError) {
1618+
if (shouldAbortOnUnknownPatternMatchError()) {
16191619
llvm::report_fatal_error(
16201620
"RegionIsolation: Aborting on unknown pattern match error");
16211621
}

0 commit comments

Comments
 (0)