Removing LLVM content from CommonMethods -> ConstMethods
This commit is contained in:
committed by
Eduard-Mihai Burtescu
parent
e224f063e8
commit
a1d0d4f943
@@ -13,7 +13,7 @@ use std::fmt::Debug;
|
||||
pub trait Backend {
|
||||
type Value: Debug + PartialEq;
|
||||
type BasicBlock;
|
||||
type Type : Debug + PartialEq;
|
||||
type Type: Debug + PartialEq;
|
||||
type TypeKind;
|
||||
type Context;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user