Skip to content

Commit 7916c04

Browse files
committed
SIL: remove the var operands requirement from UnaryInstruction
It's not needed because UnaryInstruction is "derived" from Instruction which has this property.
1 parent 88e6504 commit 7916c04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SwiftCompilerSources/Sources/SIL/Instruction.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ public class MultipleValueInstruction : Instruction {
239239

240240
/// Instructions, which have a single operand.
241241
public protocol UnaryInstruction : Instruction {
242-
var operands: OperandArray { get }
243242
var operand: Operand { get }
244243
}
245244

0 commit comments

Comments
 (0)