Commits
Mark Lacey committed 37b597f1118
Remove redundant checked_cast_br by looking up the dominator tree. As we do for conditional branches, try to optimized checked_cast_br to branch when we have an identical dominating checked_cast_br. <rdar://problem/17346767> Swift SVN r19558