Reinstated comment

This commit is contained in:
Sylvester Hesp 2023-03-21 13:25:08 +01:00
parent 9f64b7c33e
commit 4e4eff3296

View File

@ -324,6 +324,7 @@ impl<'tcx> ConstMethods<'tcx> for CodegenCx<'tcx> {
self.tcx
.sess
.fatal("Non-pointer-typed scalar_to_backend Scalar::Ptr not supported");
// unsafe { llvm::LLVMConstPtrToInt(llval, llty) }
}
}
}