Generalized memset and memcpy
This commit is contained in:
parent
0514c7b1b2
commit
d77e34f35b
23 changed files with 444 additions and 368 deletions
|
@ -15,7 +15,7 @@ use builder::Builder;
|
|||
use value::Value;
|
||||
|
||||
use rustc::hir;
|
||||
use interfaces::{BuilderMethods, ConstMethods, TypeMethods};
|
||||
use interfaces::{BuilderMethods, ConstMethods, BaseTypeMethods};
|
||||
|
||||
use mir::place::PlaceRef;
|
||||
use mir::operand::OperandValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue