mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: Add DeallocExistentialInst.
Needed to represent deinitializing a partially-initialized existential in which the value witness table has been populated by alloc_existential but the value has not been initialized yet. Swift SVN r3565
This commit is contained in:
@@ -21,7 +21,8 @@ class Expr;
|
||||
class Stmt;
|
||||
|
||||
/// SILLocation - This is a pointer to the AST node that a SIL instruction was
|
||||
/// derived from.
|
||||
/// derived from. This may be null if AST information is unavailable or
|
||||
/// stripped.
|
||||
///
|
||||
/// FIXME: This should eventually include inlining history, generics
|
||||
/// instantiation info, etc (when we get to it).
|
||||
|
||||
Reference in New Issue
Block a user