mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Refactor: introduce SILModule::getMaximalTypeExpansionContext()
This commit is contained in:
@@ -2372,8 +2372,7 @@ const llvm::StringRef IRGenerator::getClangDataLayoutString() {
|
||||
}
|
||||
|
||||
TypeExpansionContext IRGenModule::getMaximalTypeExpansionContext() const {
|
||||
return TypeExpansionContext::maximal(getSILModule().getAssociatedContext(),
|
||||
getSILModule().isWholeModule());
|
||||
return getSILModule().getMaximalTypeExpansionContext();
|
||||
}
|
||||
|
||||
const TypeLayoutEntry
|
||||
|
||||
Reference in New Issue
Block a user