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 8e923e1 commit e3be538Copy full SHA for e3be538
include/swift/SIL/PrunedLiveness.h
@@ -154,8 +154,6 @@ class DeadEndBlocks;
154
/// blocks to the blocks that occur on or after the def block. If any uses is
155
/// not dominated by a def block, then liveness will include the entry block,
156
/// as if defined by a function argument
157
-///
158
-/// TODO: For efficiency, use BasicBlockBitfield rather than SmallDenseMap.
159
class PrunedLiveBlocks {
160
public:
161
/// Per-block liveness state computed during backward dataflow propagation.
0 commit comments