diff options
| author | jumbatm <30644300+jumbatm@users.noreply.github.com> | 2019-12-24 18:30:27 +1000 |
|---|---|---|
| committer | jumbatm <30644300+jumbatm@users.noreply.github.com> | 2019-12-25 11:12:08 +1000 |
| commit | dca0a339dce46db80ce45e2d24ab29c3ec93270a (patch) | |
| tree | 9541aec4a6c0a65432abd45c36790857f306d1b9 /src | |
| parent | d0dc9323e18f8e1884b571a3968c13d0cf1d5a1e (diff) | |
| download | rust-dca0a339dce46db80ce45e2d24ab29c3ec93270a.tar.gz rust-dca0a339dce46db80ce45e2d24ab29c3ec93270a.zip | |
Run RustFmt
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_codegen_ssa/mir/block.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/librustc_codegen_ssa/mir/block.rs b/src/librustc_codegen_ssa/mir/block.rs index 690dd460d03..a89b170c649 100644 --- a/src/librustc_codegen_ssa/mir/block.rs +++ b/src/librustc_codegen_ssa/mir/block.rs @@ -625,7 +625,10 @@ impl<'a, 'tcx, Bx: BuilderMethods<'a, 'tcx>> FunctionCx<'a, 'tcx, Bx> { 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, |
