Generalized memset and memcpy
This commit is contained in:
parent
0514c7b1b2
commit
d77e34f35b
23 changed files with 444 additions and 368 deletions
|
@ -23,7 +23,7 @@ use declare;
|
|||
use type_::Type;
|
||||
use type_of::LayoutLlvmExt;
|
||||
use value::Value;
|
||||
use interfaces::{Backend, ConstMethods, TypeMethods};
|
||||
use interfaces::{Backend, ConstMethods, BaseTypeMethods};
|
||||
|
||||
use rustc::ty::{self, Ty, TyCtxt};
|
||||
use rustc::ty::layout::{HasDataLayout, LayoutOf};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue