Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arielb1 committed Feb 8, 2017
1 parent ffcfdcf commit 3652c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_trans/intrinsic.rs
Expand Up @@ -245,7 +245,7 @@ pub fn trans_intrinsic_call<'a, 'tcx>(bcx: &Builder<'a, 'tcx>,
bcx.volatile_store(llargs[2], get_meta(bcx, llargs[0]));
} else {
let val = if fn_ty.args[1].is_indirect() {
bcx.load(llargs[1], None) // FIXME: this is incorrect
bcx.load(llargs[1], None)
} else {
from_immediate(bcx, llargs[1])
};
Expand Down

0 comments on commit 3652c09

Please sign in to comment.