SIL: Remove default resilience expansion from isTypeABIAccessible()

This commit is contained in:
Slava Pestov
2019-03-05 16:33:13 -05:00
parent 909868fd67
commit 980fb7c437
8 changed files with 28 additions and 18 deletions

View File

@@ -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?