Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit bab224d

Browse files
committed
Remove outdated FIXME
1 parent 2e62516 commit bab224d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/intrinsics/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -968,8 +968,6 @@ pub(crate) fn codegen_intrinsic_call<'tcx>(
968968
let old = CValue::by_val(old, layout);
969969
ret.write_cvalue(fx, old);
970970
};
971-
972-
// FIXME https://github.com/bytecodealliance/wasmtime/issues/2647
973971
_ if intrinsic.as_str().starts_with("atomic_nand"), (v ptr, c src) {
974972
let layout = src.layout();
975973
validate_atomic_type!(fx, intrinsic, span, layout.ty);

0 commit comments

Comments
 (0)