about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorTrevor Gross <tmgross@umich.edu>2024-11-14 15:48:21 -0600
committerTrevor Gross <tmgross@umich.edu>2024-11-14 16:09:45 -0600
commitb77dbbd4fd2ed4083635f74612aa25b4be80fc43 (patch)
treea67a0606a91532827b8b93a5abcba280fc1b290e /compiler/rustc_codegen_llvm/src/llvm_util.rs
parentc82e0dff84f922274c3060f09b5ae78d5dbf5c49 (diff)
downloadrust-b77dbbd4fd2ed4083635f74612aa25b4be80fc43.tar.gz
rust-b77dbbd4fd2ed4083635f74612aa25b4be80fc43.zip
Pass `f16` and `f128` by value in `const_assert!`
These types are currently passed by reference, which does not avoid the
backend crashes. Change these back to being passed by value, which makes
the types easier to detect for automatic inlining.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions