mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Use lifetime extension for mixin results
This commit is contained in:
parent
1639542fed
commit
ccb1646990
12 changed files with 105 additions and 44 deletions
|
@ -484,11 +484,10 @@ enum BeMCInstKind
|
|||
BeMCInstKind_DefLoad,
|
||||
BeMCInstKind_DefPhi,
|
||||
BeMCInstKind_DbgDecl,
|
||||
BeMCInstKind_DbgRangeStart,
|
||||
BeMCInstKind_DbgRangeEnd, // Extends life of local variables/arguments to their lexical scope end
|
||||
BeMCInstKind_LifetimeExtend,
|
||||
BeMCInstKind_LifetimeStart,
|
||||
BeMCInstKind_LifetimeEnd,
|
||||
BeMCInstKind_LifetimeSoftEnd,
|
||||
BeMCInstKind_ValueScopeSoftEnd,
|
||||
BeMCInstKind_ValueScopeHardEnd,
|
||||
BeMCInstKind_Label,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue