mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[NFC] Return instruction from createScopeEnd.
This commit is contained in:
@@ -122,7 +122,8 @@ struct ScopedAddressValue {
|
||||
AddressUseKind updateTransitiveLiveness(SSAPrunedLiveness &liveness) const;
|
||||
|
||||
/// Create appropriate scope ending instruction at \p insertPt.
|
||||
void createScopeEnd(SILBasicBlock::iterator insertPt, SILLocation loc) const;
|
||||
SILInstruction *createScopeEnd(SILBasicBlock::iterator insertPt,
|
||||
SILLocation loc) const;
|
||||
|
||||
/// Create scope ending instructions at \p liveness boundary.
|
||||
void endScopeAtLivenessBoundary(SSAPrunedLiveness *liveness) const;
|
||||
|
||||
Reference in New Issue
Block a user