SIL: Remove curried SILDeclRefs

This commit is contained in:
Slava Pestov
2019-12-12 03:20:52 -05:00
parent dbe0cfa561
commit 9ec80df97e
474 changed files with 3959 additions and 4188 deletions

View File

@@ -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