Files
swift-mirror/lib/SIL/IR/SILVTable.cpp
Erik Eckstein 332b253a2e SIL: fix vtable cache updating in SILVTable::replaceEntries
We first have to remove _all_ old entries from the cache, then add the new entries.
Otherwise we'll wrongly remove an existing entry from the cache again if a previous entry was deleted from the vtable.
2025-12-05 11:34:55 +01:00

4.0 KiB