Skip to content

Commit c835579

Browse files
arielb1brson
authored andcommitted
address review comments
1 parent 962c4d9 commit c835579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_trans/intrinsic.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ pub fn trans_intrinsic_call<'a, 'tcx>(bcx: &Builder<'a, 'tcx>,
247247
bcx.volatile_store(llargs[2], get_meta(bcx, llargs[0]));
248248
} else {
249249
let val = if fn_ty.args[1].is_indirect() {
250-
bcx.load(llargs[1], None) // FIXME: this is incorrect
250+
bcx.load(llargs[1], None)
251251
} else {
252252
from_immediate(bcx, llargs[1])
253253
};

0 commit comments

Comments
 (0)