Commits

Erik Eckstein committed 8520120121d
SimplifyCFG: don't recalculate the dominator tree for each jump threaded checked_cast_br instruction. This is done by splitting the transformation into an analysis phase and a transformation phase (which does not use the dominator tree anymore). The domintator tree is recalucated once after the whole function is processed. This change eventually solves the compile time problem of rdar://problem/24410167.