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 4fc42a6 commit 9cd4cdbCopy full SHA for 9cd4cdb
include/swift/SILOptimizer/Utils/CanonicalizeOSSALifetime.h
@@ -240,9 +240,6 @@ class CanonicalizeOSSALifetime {
240
/// Visited set for general def-use traversal that prevents revisiting values.
241
GraphNodeWorklist<SILValue, 8> defUseWorklist;
242
243
- /// Visited set general CFG traversal that prevents revisiting blocks.
244
- GraphNodeWorklist<SILBasicBlock *, 8> blockWorklist;
245
-
246
/// Pruned liveness for the extended live range including copies. For this
247
/// purpose, only consuming instructions are considered "lifetime
248
/// ending". end_borrows do not end a liverange that may include owned copies.
0 commit comments