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 af4ad78 commit 5928958Copy full SHA for 5928958
include/swift/SILOptimizer/Utils/OwnershipOptUtils.h
@@ -34,9 +34,6 @@ inline bool requiresOSSACleanup(SILValue v) {
34
&& v.getOwnershipKind() != OwnershipKind::Unowned;
35
}
36
37
-// Defined in BasicBlockUtils.h
38
-struct JointPostDominanceSetComputer;
39
-
40
/// Given a new phi that may use a guaranteed value, create nested borrow scopes
41
/// for its incoming operands and end_borrows that cover the phi's extended
42
/// borrow scope, which transitively includes any phis that use this phi.
0 commit comments