Commits

Erik Eckstein committed 115c50a5c72
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).