Misc fixes to cranelift/clippy/miri
This commit is contained in:
parent
432c11feb6
commit
a454da3b1c
7 changed files with 9 additions and 7 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue