[func-sig-opts] Add a new mangling for the guaranteed->owned transformation.

I followed the example of the owned->guaranteed transformation.

rdar://38196046
This commit is contained in:
Michael Gottesman
2018-04-26 16:27:49 -07:00
parent ff6febca17
commit afc98b34e9
10 changed files with 60 additions and 0 deletions

View File

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