Skip to content

Commit 2fffbb1

Browse files
authored
Merge pull request #6457 from gottesmm/sil_ownership_verifier_small_fixes
[sil-ownership-verifier] Fix a few bugs and add a few tests.
2 parents 9c738f6 + d77bcdc commit 2fffbb1

File tree

4 files changed

+349
-83
lines changed

4 files changed

+349
-83
lines changed

include/swift/SIL/SILValue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ class SILValue {
266266
ValueOwnershipKind getOwnershipKind() const;
267267

268268
/// Verify that this SILValue and its uses respects ownership invariants.
269-
void verifyOwnership() const;
269+
void verifyOwnership(SILModule &Mod) const;
270270
};
271271

272272
/// A formal SIL reference to a value, suitable for use as a stored

0 commit comments

Comments
 (0)