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.
2 parents ba93f64 + b14d668 commit 6b8983dCopy full SHA for 6b8983d
include/swift/AST/AutoDiff.h
@@ -622,7 +622,7 @@ template <> struct DenseMapInfo<SILAutoDiffDerivativeFunctionKey> {
622
return lhs.originalType == rhs.originalType &&
623
lhs.parameterIndices == rhs.parameterIndices &&
624
lhs.resultIndices == rhs.resultIndices &&
625
- lhs.kind == rhs.kind &&
+ lhs.kind.rawValue == rhs.kind.rawValue &&
626
lhs.derivativeFnGenSig == rhs.derivativeFnGenSig &&
627
lhs.isReabstractionThunk == rhs.isReabstractionThunk;
628
}
0 commit comments