Skip to content

Commit 5cabfb3

Browse files
committed
remove fixed FIXME
1 parent 26b0662 commit 5cabfb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/comp/middle/trans.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1965,7 +1965,6 @@ fn free_ty(cx: @block_ctxt, v: ValueRef, t: ty::t) -> @block_ctxt {
19651965

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

0 commit comments

Comments
 (0)