mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Simplify and chose a better name for invalidating the Deserializer's function cache.
Swift SVN r22838
This commit is contained in:
@@ -689,8 +689,8 @@ void SILModule::linkAllVTables() {
|
||||
getSILLoader()->getAllVTables();
|
||||
}
|
||||
|
||||
void SILModule::invalidateSILLoader() {
|
||||
getSILLoader()->invalidateEntry(nullptr);
|
||||
void SILModule::invalidateSILLoaderCaches() {
|
||||
getSILLoader()->invalidateCaches();
|
||||
}
|
||||
|
||||
/// Erase a function from the module.
|
||||
|
||||
Reference in New Issue
Block a user