Add ExistentialToGeneric mangling and demangling code

This commit is contained in:
Raj Barik
2018-05-14 12:18:40 -07:00
parent 60b6789206
commit e215abc3fa
7 changed files with 59 additions and 3 deletions

View File

@@ -95,6 +95,7 @@ enum class FunctionSigSpecializationParamKind : unsigned {
OwnedToGuaranteed = 1 << 7,
SROA = 1 << 8,
GuaranteedToOwned = 1 << 9,
ExistentialToGeneric = 1 << 10,
};
/// The pass that caused the specialization to occur. We use this to make sure