Skip to content

Commit 5928958

Browse files
committed
NFC: Remove an unused JointPostDominanceSetComputer forward decl.
1 parent af4ad78 commit 5928958

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

include/swift/SILOptimizer/Utils/OwnershipOptUtils.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ inline bool requiresOSSACleanup(SILValue v) {
3434
&& v.getOwnershipKind() != OwnershipKind::Unowned;
3535
}
3636

37-
// Defined in BasicBlockUtils.h
38-
struct JointPostDominanceSetComputer;
39-
4037
/// Given a new phi that may use a guaranteed value, create nested borrow scopes
4138
/// for its incoming operands and end_borrows that cover the phi's extended
4239
/// borrow scope, which transitively includes any phis that use this phi.

0 commit comments

Comments
 (0)