about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2022-11-09 11:04:10 +1100
committerNicholas Nethercote <n.nethercote@gmail.com>2022-11-16 15:46:39 +1100
commit68194aa8d5c513fad53147e46144684f14f99463 (patch)
tree570ca2a062c4f3938e2f4df15e384005e8d384a9 /compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp
parenta00f8ba7fcac1b27341679c51bf5a3271fa82df3 (diff)
downloadrust-68194aa8d5c513fad53147e46144684f14f99463.tar.gz
rust-68194aa8d5c513fad53147e46144684f14f99463.zip
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`.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp')
0 files changed, 0 insertions, 0 deletions