@@ -3,34 +3,17 @@ use std::convert::TryInto;
3
3
use std:: rc:: Rc ;
4
4
use std:: sync:: Arc ;
5
5
6
- //<<<<<<< HEAD
7
6
use libeir_ir:: { Block , Value , OpKind , ValueKind , PrimOpKind } ;
8
7
use libeir_ir:: constant:: { Const , ConstKind , AtomicTerm } ;
9
8
use libeir_intern:: { Symbol } ;
10
- //=======
11
- //>>>>>>> 898bbd135491bb0efd6a0d766161bb727c65836b
12
9
use cranelift_entity:: EntityRef ;
13
- use libeir_intern:: { Ident , Symbol } ;
14
- use libeir_ir:: constant:: { AtomicTerm , Const , ConstKind } ;
15
- use libeir_ir:: Function ;
16
- use libeir_ir:: { BasicType , MapPutUpdate , MatchKind } ;
17
- use libeir_ir:: { BinOp , Block , FunctionIdent , OpKind , PrimOpKind , Value , ValueKind } ;
18
- use libeir_ir:: { BinaryEntrySpecifier , Endianness } ;
19
-
20
- //<<<<<<< HEAD
10
+
21
11
use liblumen_alloc:: erts:: ModuleFunctionArity ;
22
12
use liblumen_alloc:: erts:: term:: { Term , TypedTerm , Atom ,
23
13
AsTerm , atom_unchecked } ;
24
14
use liblumen_alloc:: erts:: process:: ProcessControlBlock ;
25
15
use liblumen_alloc:: erts:: process:: code:: Result ;
26
- //=======
27
- //>>>>>>> 898bbd135491bb0efd6a0d766161bb727c65836b
28
16
use liblumen_alloc:: erts:: exception:: system;
29
- use liblumen_alloc:: erts:: exception:: Exception ;
30
- use liblumen_alloc:: erts:: process:: code:: Result ;
31
- use liblumen_alloc:: erts:: process:: ProcessControlBlock ;
32
- use liblumen_alloc:: erts:: term:: { atom_unchecked, AsTerm , Atom , Closure , Integer , Term , TypedTerm } ;
33
- use liblumen_alloc:: erts:: ModuleFunctionArity ;
34
17
35
18
use crate :: module:: { ErlangFunction , ResolvedFunction } ;
36
19
use crate :: vm:: VMState ;
0 commit comments