Skip to content

Commit 7c43b47

Browse files
committed
revert some WIP code
1 parent 0c05064 commit 7c43b47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/SILOptimizer/Transforms/DeadStoreElimination.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,9 +434,6 @@ class DSEContext {
434434
} // end anonymous namespace
435435

436436
void BlockState::initReturnBlock(DSEContext &Ctx) {
437-
if (DisableLocalDSE)
438-
return;
439-
440437
auto *EA = Ctx.getEA();
441438
auto *Fn = Ctx.getFn();
442439
std::vector<LSLocation> &LocationVault = Ctx.getLocationVault();

0 commit comments

Comments
 (0)