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 301ab4e commit bd08d6aCopy full SHA for bd08d6a
SwiftCompilerSources/Sources/SIL/Operand.swift
@@ -13,7 +13,7 @@
13
import SILBridging
14
15
/// An operand of an instruction.
16
-public struct Operand : CustomStringConvertible, NoReflectionChildren {
+public struct Operand : CustomStringConvertible, NoReflectionChildren, Equatable {
17
public let bridged: BridgedOperand
18
19
public init(bridged: BridgedOperand) {
0 commit comments