mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
"none" is like "owned" and can happen e.g. if a non-trivial enum is constructed with a trivial case: ``` %1 = enum $Optional<AnyObject>, #Optional.none!enumelt // ownership: none ... %3 = borrowed %phi from (%1) ``` Fix a false verification error https://github.com/swiftlang/swift/issues/86407 rdar://167833469