mirror of
https://github.com/mii443/wasmer.git
synced 2025-08-30 20:29:31 +00:00
cargo fmt
This commit is contained in:
@ -1336,9 +1336,7 @@ impl<'ctx, 'a> LLVMFunctionCodeGenerator<'ctx, 'a> {
|
|||||||
self.builder.build_unconditional_branch(loop_body);
|
self.builder.build_unconditional_branch(loop_body);
|
||||||
|
|
||||||
self.builder.position_at_end(loop_next);
|
self.builder.position_at_end(loop_next);
|
||||||
let blocktypes = self
|
let blocktypes = self.module_translation.blocktype_params_results(ty)?;
|
||||||
.module_translation
|
|
||||||
.blocktype_params_results(ty)?;
|
|
||||||
let phis = blocktypes
|
let phis = blocktypes
|
||||||
.1
|
.1
|
||||||
.iter()
|
.iter()
|
||||||
|
Reference in New Issue
Block a user