Skip to content

Commit f0c8a59

Browse files
committed
[embedded] Drop notifyInstructionsChanged() from specializeVTable() as we're not changing any instructions
1 parent 7e21398 commit f0c8a59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SwiftCompilerSources/Sources/Optimizer/PassManager/Context.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,6 @@ struct FunctionPassContext : MutatingContext {
271271
guard let vtablePtr = _bridged.specializeVTableForType(type.bridged, function.bridged) else {
272272
return nil
273273
}
274-
notifyInstructionsChanged()
275274
return VTable(bridged: BridgedVTable(vTable: vtablePtr))
276275
}
277276

0 commit comments

Comments
 (0)