Commits

Joe Groff committed 0fdfc02f5a9
IRGen: Trap on SIL 'unreachable' instruction. Until we get a proper dataflow pass to statically catch fall-off-the-end bugs, going into outer space is an awful UX for our library writers. Insert an llvm.trap() call when we emit SIL "unreachable" instructions. Swift SVN r5953