Remove the boolean parameters from the instruction builder functions, as they were only ever used with true. Additionally, change the returns and branches functions to imply terminates_block.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.