Skip to content

Commit 2aa70af

Browse files
committed
[Gardening] Tweaked comment.
1 parent 2ac6ea5 commit 2aa70af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/swift/SIL/MemAccessUtils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ inline bool accessKindMayConflict(SILAccessKind a, SILAccessKind b) {
234234

235235
/// Return true if \p instruction is a deinitialization barrier.
236236
///
237-
/// Deinitialization barriers constrain variable lifetimes. Lexical end_borrow
238-
/// and destroy_addr cannot be hoisted above them.
237+
/// Deinitialization barriers constrain variable lifetimes. Lexical end_borrow,
238+
/// destroy_value, and destroy_addr cannot be hoisted above them.
239239
bool isDeinitBarrier(SILInstruction *instruction);
240240

241241
} // end namespace swift

0 commit comments

Comments
 (0)