Skip to content

Commit 0f7322a

Browse files
committed
---
yaml --- r: 6315 b: refs/heads/master c: 5cabfb3 h: refs/heads/master i: 6313: 78ad378 6311: 3608c29 v: v3
1 parent 186951e commit 0f7322a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 26b0662fb8ccea71f74e98a3c28d8dda6cbb2b20
2+
refs/heads/master: 5cabfb3a395995083468b29d8cc061cd1d9ef6bf

trunk/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)