mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: Remove curried SILDeclRefs
This commit is contained in:
@@ -1355,7 +1355,7 @@ void LifetimeChecker::handleEscapeUse(const DIMemoryUse &Use) {
|
||||
/// it a 'return' use of self.
|
||||
///
|
||||
/// %3 = load %2 : $*Enum
|
||||
/// %4 = enum $Optional<Enum>, #Optional.Some!enumelt.1, %3 : $Enum
|
||||
/// %4 = enum $Optional<Enum>, #Optional.Some!enumelt, %3 : $Enum
|
||||
/// br bb2(%4 : $Optional<Enum>) // id: %5
|
||||
/// bb1:
|
||||
/// %6 = enum $Optional<Enum>, #Optional.None!enumelt // user: %7
|
||||
|
||||
Reference in New Issue
Block a user