We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeca87b commit 06ef32cCopy full SHA for 06ef32c
src/intrinsics/mod.rs
@@ -757,13 +757,6 @@ fn codegen_regular_intrinsic_call<'tcx>(
757
ret.write_cvalue(fx, val);
758
}
759
760
- sym::ptr_guaranteed_cmp => {
761
- intrinsic_args!(fx, args => (a, b); intrinsic);
762
-
763
- let val = crate::num::codegen_ptr_binop(fx, BinOp::Eq, a, b).load_scalar(fx);
764
- ret.write_cvalue(fx, CValue::by_val(val, fx.layout_of(fx.tcx.types.u8)));
765
- }
766
767
sym::caller_location => {
768
intrinsic_args!(fx, args => (); intrinsic);
769
0 commit comments