We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bf5cf commit 672ec76Copy full SHA for 672ec76
lib/SILOptimizer/Transforms/SSADestroyHoisting.cpp
@@ -210,7 +210,7 @@ class DeinitBarriers {
210
// sure not to hoist a destroy_addr into an access scope and by doing so cause
211
// a deinit which had previously executed outside an access scope to start
212
// executing within it--that could violate exclusivity.
213
- llvm::SmallPtrSet<BeginAccessInst *, 8> barrierAccessScopes;
+ SmallPtrSet<BeginAccessInst *, 8> barrierAccessScopes;
214
215
explicit DeinitBarriers(bool ignoreDeinitBarriers,
216
const KnownStorageUses &knownUses,
0 commit comments