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 b08f2de commit e976243Copy full SHA for e976243
SwiftCompilerSources/Sources/SIL/Operand.swift
@@ -176,6 +176,8 @@ extension Operand {
176
case let srcDestInst as SourceDestAddrInstruction
177
where srcDestInst.destinationOperand == self:
178
return true
179
+ case let apply as FullApplySite:
180
+ return apply.isIndirectResult(operand: self)
181
default:
182
return false
183
}
0 commit comments