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 7e21398 commit f0c8a59Copy full SHA for f0c8a59
SwiftCompilerSources/Sources/Optimizer/PassManager/Context.swift
@@ -271,7 +271,6 @@ struct FunctionPassContext : MutatingContext {
271
guard let vtablePtr = _bridged.specializeVTableForType(type.bridged, function.bridged) else {
272
return nil
273
}
274
- notifyInstructionsChanged()
275
return VTable(bridged: BridgedVTable(vTable: vtablePtr))
276
277
0 commit comments