remove fixed FIXME

This commit is contained in:
Niko Matsakis 2011-11-13 06:43:26 -08:00
parent 26b0662fb8
commit 5cabfb3a39

View file

@ -1965,7 +1965,6 @@ fn free_ty(cx: @block_ctxt, v: ValueRef, t: ty::t) -> @block_ctxt {
fn call_memmove(cx: @block_ctxt, dst: ValueRef, src: ValueRef,
n_bytes: ValueRef) -> result {
// FIXME: switch to the 64-bit variant when on such a platform.
// TODO: Provide LLVM with better alignment information when the alignment
// is statically known (it must be nothing more than a constant int, or
// LLVM complains -- not even a constant element of a tydesc works).