1
Fork 0

Use the new cranelift-module interface

This updates Cranelift to include bytecodealliance/wasmtime#2249
This commit is contained in:
bjorn3 2020-10-01 10:38:23 +02:00
parent cb2dd4b5e0
commit 0a5968dfd2
36 changed files with 220 additions and 253 deletions

View file

@ -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>,