mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: Remove default resilience expansion from isTypeABIAccessible()
This commit is contained in:
@@ -591,10 +591,8 @@ public:
|
||||
|
||||
/// Can value operations (copies and destroys) on the given lowered type
|
||||
/// be performed in this module?
|
||||
// FIXME: Expansion
|
||||
bool isTypeABIAccessible(SILType type,
|
||||
ResilienceExpansion forExpansion
|
||||
= ResilienceExpansion::Minimal);
|
||||
ResilienceExpansion forExpansion);
|
||||
|
||||
/// Can type metadata for the given formal type be fetched in
|
||||
/// the given module?
|
||||
|
||||
Reference in New Issue
Block a user