We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ac094 commit 15fef68Copy full SHA for 15fef68
SwiftCompilerSources/Sources/Optimizer/Utilities/BorrowUtils.swift
@@ -381,6 +381,8 @@ enum BeginBorrowValue {
381
/// or introduces a borrow scope, then `value` is the single
382
/// introducer for itself.
383
///
384
+/// If `value` is an address or any trivial type, then it has no introducers.
385
+///
386
/// Example: // introducers:
387
/// // ~~~~~~~~~~~~
388
/// bb0(%0 : @owned $Class, // %0
0 commit comments