Skip to content

Commit 05511c9

Browse files
committed
[sil] Add conformance to UnaryInstruction for IgnoredUseInst.
1 parent 082b824 commit 05511c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftCompilerSources/Sources/SIL/Instruction.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,5 +1737,5 @@ final public class ThunkInst : Instruction {
17371737
final public class MergeIsolationRegionInst : Instruction {
17381738
}
17391739

1740-
final public class IgnoredUseInst : Instruction {
1740+
final public class IgnoredUseInst : Instruction, UnaryInstruction {
17411741
}

0 commit comments

Comments
 (0)