Commits

Mark Lacey committed f47cd8afd01
Fix leak in BasicCalleeAnalysis. Each time we delete the pass manager, we delete the analyses it holds. In this analysis we were holding onto memory that wasn't getting released when the analysis was deleted. Fixes rdar://problem/26245872.