diff options
| author | Boxy <supbscripter@gmail.com> | 2024-06-04 07:01:58 +0100 |
|---|---|---|
| committer | Boxy <supbscripter@gmail.com> | 2024-06-05 22:25:42 +0100 |
| commit | 5d0ec8d16210412210291987d74d9ea1fa75153c (patch) | |
| tree | 38a2ed141965a68f68c7a2933eb5a4e3ead5da8c | |
| parent | be961b01011dc531363013ab907f4d5d60d287ce (diff) | |
| download | rust-5d0ec8d16210412210291987d74d9ea1fa75153c.tar.gz rust-5d0ec8d16210412210291987d74d9ea1fa75153c.zip | |
Misc fixes to cranelift/clippy/miri
| -rw-r--r-- | src/intrinsics/simd.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intrinsics/simd.rs b/src/intrinsics/simd.rs index b17f191ce26..65eeaf156d8 100644 --- a/src/intrinsics/simd.rs +++ b/src/intrinsics/simd.rs @@ -133,6 +133,7 @@ pub(super) fn codegen_simd_intrinsic_call<'tcx>( .expect_const() .eval(fx.tcx, ty::ParamEnv::reveal_all(), span) .unwrap() + .1 .unwrap_branch(); assert_eq!(x.layout(), y.layout()); |
