Commits

Nadav Rotem committed 551ba991958
[FunctionSignatureOpt] Calls to @NoReturn functions must be followed by an Unreachable Inst. Calls to functions that are marked as @NoReturn must be followed by an 'unreachable' instruction. We were generating thunks without placing the 'unreachable' instruction. This problem is exposed by removing a micro optimization that depended on the call graph when compiling the standard library.