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.
var operands
1 parent 71fcae7 commit aadb059Copy full SHA for aadb059
SwiftCompilerSources/Sources/SIL/Instruction.swift
@@ -239,7 +239,6 @@ public class MultipleValueInstruction : Instruction {
239
240
/// Instructions, which have a single operand.
241
public protocol UnaryInstruction : Instruction {
242
- var operands: OperandArray { get }
243
var operand: Operand { get }
244
}
245
0 commit comments