Use the new cranelift-module interface
This updates Cranelift to include bytecodealliance/wasmtime#2249
This commit is contained in:
parent
cb2dd4b5e0
commit
0a5968dfd2
36 changed files with 220 additions and 253 deletions
|
@ -3,7 +3,7 @@
|
|||
use crate::prelude::*;
|
||||
|
||||
pub(crate) fn maybe_codegen<'tcx>(
|
||||
fx: &mut FunctionCx<'_, 'tcx, impl Backend>,
|
||||
fx: &mut FunctionCx<'_, 'tcx, impl Module>,
|
||||
bin_op: BinOp,
|
||||
checked: bool,
|
||||
lhs: CValue<'tcx>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue