mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add ExistentialToGeneric mangling and demangling code
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user