Skip to content

Commit d77bcdc

Browse files
committed
[sil-ownership-verifier] Fix a few bugs and add a few tests.
1 parent 666c13d commit d77bcdc

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)