Skip to content

Commit f98d540

Browse files
nbdd0121bjorn3
andauthored
Add a fixme to black_box lowering in cg_clif
Co-authored-by: bjorn3 <[email protected]>
1 parent fbc5f67 commit f98d540

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_codegen_cranelift/src/intrinsics

1 file changed

+1
-0
lines changed

Diff for: compiler/rustc_codegen_cranelift/src/intrinsics/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1138,6 +1138,7 @@ pub(crate) fn codegen_intrinsic_call<'tcx>(
11381138
};
11391139

11401140
black_box, (c a) {
1141+
// FIXME implement black_box semantics
11411142
ret.write_cvalue(fx, a);
11421143
};
11431144
}

0 commit comments

Comments
 (0)