mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Run RustFmt
This commit is contained in:
@@ -625,7 +625,10 @@ fn codegen_call_terminator(
|
||||
projection: &[],
|
||||
} = place.as_ref()
|
||||
{
|
||||
let c = bx.tcx().const_eval_promoted(Instance::new(def_id, self.monomorphize(&substs)), promoted);
|
||||
let c = bx.tcx().const_eval_promoted(
|
||||
Instance::new(def_id, self.monomorphize(&substs)),
|
||||
promoted,
|
||||
);
|
||||
let (llval, ty) = self.simd_shuffle_indices(
|
||||
&bx,
|
||||
terminator.source_info.span,
|
||||
|
||||
Reference in New Issue
Block a user