Files
swift-mirror/lib/SILOptimizer/Transforms/DeadObjectElimination.cpp
Erik Eckstein 115c50a5c7 DeadObjectElimination: Fix a problem with dead array elimination.
With the new ValueLifetimeAnalysis DOE did not handle case where a dead array is not released on a path at all (because it leads to an unreachable).
2016-03-01 12:30:52 -08:00

28 KiB