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 e91b08b commit 137a160Copy full SHA for 137a160
lib/SILOptimizer/Transforms/SSADestroyHoisting.cpp
@@ -206,6 +206,9 @@ class DeinitBarriers {
206
}
207
208
private:
209
+ DeinitBarriers(DeinitBarriers const &) = delete;
210
+ DeinitBarriers &operator=(DeinitBarriers const &) = delete;
211
+
212
// Conforms to BackwardReachability::BlockReachability
213
class DestroyReachability {
214
const KnownStorageUses &knownUses;
0 commit comments