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 f0c8a59 commit efd8f08Copy full SHA for efd8f08
SwiftCompilerSources/Sources/Optimizer/PassManager/Context.swift
@@ -277,6 +277,7 @@ struct FunctionPassContext : MutatingContext {
277
func specializeClassMethodInst(_ cm: ClassMethodInst) -> Bool {
278
if _bridged.specializeClassMethodInst(cm.bridged) {
279
notifyInstructionsChanged()
280
+ notifyCallsChanged()
281
return true
282
}
283
return false
0 commit comments