Commits

Michael Gottesman committed 8759b79d792
[arc] When checking if a BB is an ARC Inert Trap BB, first check if the end is unreachable before you do anything further. This inefficient call took up 8-9% of the compile time of Global ARC Opts when compiling a release no-assert stdlib with a release compiler with assertions. NFC. <rdar://problem/22244924> Swift SVN r31167