mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #83962 from nate-chandler/cherrypick/release/6.2/rdar158149082
6.2: [AllocBoxToStack] Don't destroy in dead-ends.
This commit is contained in:
@@ -1676,7 +1676,8 @@ public:
|
||||
}
|
||||
|
||||
/// Verifies the lifetime of memory locations in the function.
|
||||
void verifyMemoryLifetime(CalleeCache *calleeCache);
|
||||
void verifyMemoryLifetime(CalleeCache *calleeCache,
|
||||
DeadEndBlocks *deadEndBlocks);
|
||||
|
||||
/// Verifies ownership of the function.
|
||||
/// Since we don't have complete lifetimes everywhere, computes DeadEndBlocks
|
||||
|
||||
Reference in New Issue
Block a user