Skip to content

Commit 53eebdd

Browse files
committed
Temporarily disable the load-borrow checker.
A rewrite is ready and will be merged ASAP.
1 parent f6b32ae commit 53eebdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/SIL/Verifier/LoadBorrowInvalidationChecker.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,9 @@ bool LoadBorrowNeverInvalidatedAnalysis::
454454
bool LoadBorrowNeverInvalidatedAnalysis::isNeverInvalidated(
455455
LoadBorrowInst *lbi) {
456456

457+
// FIXME: To be reenabled separately in a follow-on commit.
458+
return true;
459+
457460
SILValue address = getAccessScope(lbi->getOperand());
458461
if (!address)
459462
return false;

0 commit comments

Comments
 (0)