Skip to content

Commit ed9283e

Browse files
committed
[NFC] drive-by comment
1 parent 37acd57 commit ed9283e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SwiftCompilerSources/Sources/SIL/ApplySite.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ public struct ApplyOperandConventions : Collection {
7272
calleeArgumentIndex(ofOperandIndex: operandIndex)!]
7373
}
7474

75+
// If the specified parameter is a dependency target, return its dependency sources.
7576
public subscript(parameterDependencies operandIndex: Int)
7677
-> FunctionConvention.LifetimeDependencies? {
7778
return calleeArgumentConventions[parameterDependencies:

0 commit comments

Comments
 (0)