Skip to content

Commit 672ec76

Browse files
committed
[NFC] Removed spurious namespacing.
1 parent 74bf5cf commit 672ec76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Transforms/SSADestroyHoisting.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ class DeinitBarriers {
210210
// sure not to hoist a destroy_addr into an access scope and by doing so cause
211211
// a deinit which had previously executed outside an access scope to start
212212
// executing within it--that could violate exclusivity.
213-
llvm::SmallPtrSet<BeginAccessInst *, 8> barrierAccessScopes;
213+
SmallPtrSet<BeginAccessInst *, 8> barrierAccessScopes;
214214

215215
explicit DeinitBarriers(bool ignoreDeinitBarriers,
216216
const KnownStorageUses &knownUses,

0 commit comments

Comments
 (0)