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 80a0da9 commit 21fedfaCopy full SHA for 21fedfa
SwiftCompilerSources/Sources/Optimizer/Utilities/Verifier.swift
@@ -67,7 +67,7 @@ extension BorrowedFromInst : VerifyableInstruction {
67
var existingEVs = ValueSet(insertContentsOf: enclosingValues, context)
68
defer { existingEVs.deinitialize() }
69
70
- for computedEV in enclosingValues {
+ for computedEV in computedEVs {
71
require(existingEVs.contains(computedEV),
72
"\(computedEV)\n missing in enclosing values of \(self)")
73
}
0 commit comments