Add two FIXME's
This commit is contained in:
parent
82213a3b7f
commit
c9034e54e5
1 changed files with 2 additions and 0 deletions
|
@ -424,8 +424,10 @@ pub fn codegen_intrinsic_call<'tcx>(
|
|||
let byte_amount = fx.bcx.ins().imul(count, elem_size);
|
||||
|
||||
if intrinsic.ends_with("_nonoverlapping") {
|
||||
// FIXME emit_small_memcpy
|
||||
fx.bcx.call_memcpy(fx.module.target_config(), dst, src, byte_amount);
|
||||
} else {
|
||||
// FIXME emit_small_memmove
|
||||
fx.bcx.call_memmove(fx.module.target_config(), dst, src, byte_amount);
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue