[NFC] Shortened SIL [init] flag.

Instead of writing out [initalization] for some instructions, use [init]
everywhere.
This commit is contained in:
Nate Chandler
2022-10-25 18:26:07 -07:00
parent b0de482d82
commit ed623d7b64
247 changed files with 1527 additions and 1527 deletions

View File

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