Merge pull request #58513 from AnthonyLatsis/se-309-sil-opt

SE-0309: SILOptimizer fixes & reenable executable tests
This commit is contained in:
Slava Pestov
2022-05-20 16:38:05 -07:00
committed by GitHub
13 changed files with 562 additions and 258 deletions

View File

@@ -33,7 +33,7 @@ namespace swift {
/// When successfull, ConcreteExistentialInfo can be used to determine the
/// concrete type of the opened existential.
struct OpenedArchetypeInfo {
ArchetypeType *OpenedArchetype = nullptr;
OpenedArchetypeType *OpenedArchetype = nullptr;
// The opened value.
SingleValueInstruction *OpenedArchetypeValue;
// The existential value.