rust/compiler
Nicholas Nethercote 68194aa8d5 Use &mut Bx more.
For the next commit, `FunctionCx::codegen_*_terminator` need to take a
`&mut Bx` instead of consuming a `Bx`. This triggers a cascade of
similar changes across multiple functions. The resulting code is more
concise and replaces many `&mut bx` expressions with `bx`.
2022-11-16 15:46:39 +11:00
..
2022-11-16 15:46:39 +11:00
2022-11-16 15:46:39 +11:00
2022-11-16 15:46:39 +11:00
2022-11-15 08:58:23 +08:00