Skip to content

Commit

Permalink
Update jit.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Sep 21, 2023
1 parent 52159e6 commit a996725
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/jit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use crate::defs::*;
use crate::expr::*;
use crate::DeclTable;
use crate::Instance;
use crate::types::mk_type;
extern crate cranelift_codegen;
use cranelift::codegen::{self, ir, settings};
use cranelift::prelude::isa::CallConv;
Expand Down

0 comments on commit a996725

Please sign in to comment.