mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #58513 from AnthonyLatsis/se-309-sil-opt
SE-0309: SILOptimizer fixes & reenable executable tests
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user