mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Shortened SIL [init] flag.
Instead of writing out [initalization] for some instructions, use [init] everywhere.
This commit is contained in:
@@ -27,7 +27,7 @@ using namespace swift;
|
||||
/// %5 = alloc_ref $SomeC
|
||||
/// store %5 to %4 : $*SomeC
|
||||
/// %8 = alloc_stack $SomeP
|
||||
/// copy_addr %3 to [initialization] %8 : $*SomeP
|
||||
/// copy_addr %3 to [init] %8 : $*SomeP
|
||||
/// %10 = apply %9(%3) : $@convention(thin) (@in_guaranteed SomeP)
|
||||
/// Assumptions: Insn is a direct user of GAI (e.g., copy_addr or
|
||||
/// apply pattern shown above) and that a valid init_existential_addr
|
||||
|
||||
Reference in New Issue
Block a user