Skip to content

Commit e3be538

Browse files
committed
[PrunedLiveness] Gardening: Deleted TODO.
It was already addressed.
1 parent 8e923e1 commit e3be538

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/swift/SIL/PrunedLiveness.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ class DeadEndBlocks;
154154
/// blocks to the blocks that occur on or after the def block. If any uses is
155155
/// not dominated by a def block, then liveness will include the entry block,
156156
/// as if defined by a function argument
157-
///
158-
/// TODO: For efficiency, use BasicBlockBitfield rather than SmallDenseMap.
159157
class PrunedLiveBlocks {
160158
public:
161159
/// Per-block liveness state computed during backward dataflow propagation.

0 commit comments

Comments
 (0)