mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Implement basic support for [weak].
Swift SVN r7041
This commit is contained in:
@@ -72,7 +72,9 @@ ABSTRACT_VALUE(SILInstruction, ValueBase)
|
||||
|
||||
// Accessing memory
|
||||
INST(LoadInst, SILInstruction, None)
|
||||
INST(LoadWeakInst, SILInstruction, None)
|
||||
INST(StoreInst, SILInstruction, MayWrite)
|
||||
INST(StoreWeakInst, SILInstruction, MayWrite)
|
||||
INST(InitializeVarInst, SILInstruction, MayWrite)
|
||||
INST(CopyAddrInst, SILInstruction, MayWrite)
|
||||
INST(DestroyAddrInst, SILInstruction, MayHaveSideEffects)
|
||||
|
||||
Reference in New Issue
Block a user