Fix tools
This commit is contained in:
parent
1acfdbb3cd
commit
50ef284125
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ pub(super) fn codegen_simd_intrinsic_call<'tcx>(
|
|||
return;
|
||||
}
|
||||
|
||||
let idx = generic_args[2].expect_const().to_value().valtree.unwrap_branch();
|
||||
let idx = generic_args[2].expect_const().to_branch();
|
||||
|
||||
assert_eq!(x.layout(), y.layout());
|
||||
let layout = x.layout();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue