This enhances readability of the generated legalizer code by replacing
`if true { body }` with `body`.
This crate contains the core Cranelift code generator. It translates code from an intermediate representation into executable machine code.