Skip to content

Commit 7c2b72f

Browse files
committed
Delete dead code.
1 parent 1f48f50 commit 7c2b72f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lib/SILOptimizer/Mandatory/MoveOnlyAddressChecker.cpp

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -496,16 +496,6 @@ struct UseState {
496496

497497
namespace {
498498

499-
struct PerBlockLivenessState {
500-
using InstLeafTypePair = std::pair<SILInstruction *, TypeTreeLeafTypeRange>;
501-
SmallVector<InstLeafTypePair, 32> initDownInsts;
502-
SmallVector<InstLeafTypePair, 32> takeUpInsts;
503-
SmallVector<InstLeafTypePair, 32> livenessUpInsts;
504-
llvm::DenseMap<SILBasicBlock *,
505-
std::pair<SILInstruction *, TypeTreeLeafTypeRange>>
506-
blockToState;
507-
};
508-
509499
struct BlockState {
510500
using Map = llvm::DenseMap<SILBasicBlock *, BlockState>;
511501

0 commit comments

Comments
 (0)