Commits

Michael Gottesman committed a39102caff4
Fix incorrect invalidation in inlinecaches. In a corner case we would not invalidate the CFG when we inserted an inline cache. This would then cause the post order analysis to get out of sync and thus ARC would crash. <rdar://problem/21421339> Swift SVN r29596