SIGN IN SIGN UP

stage2: fix memory management of ZIR code

* free Module.Fn ZIR code when destroying the owner Decl
 * unreachable_safe and unreachable_unsafe are collapsed into one ZIR
   instruction with a safety flag.
 * astgen: emit an unreachable instruction for unreachable literals
 * don't forget to call deinit on ZIR code
 * astgen: implement some builtin functions
A
Andrew Kelley committed
7598a00f34e91375bc8d4f57e8f5ecbc0d1b4d14
Parent: d8692b8