Skip to content

Commit

Permalink
Add a fixme to black_box lowering in cg_clif
Browse files Browse the repository at this point in the history
Co-authored-by: bjorn3 <bjorn3@users.noreply.github.com>
  • Loading branch information
nbdd0121 and bjorn3 committed Aug 10, 2021
1 parent fbc5f67 commit f98d540
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_codegen_cranelift/src/intrinsics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,7 @@ pub(crate) fn codegen_intrinsic_call<'tcx>(
};

black_box, (c a) {
// FIXME implement black_box semantics
ret.write_cvalue(fx, a);
};
}
Expand Down

0 comments on commit f98d540

Please sign in to comment.