Revert "Auto merge of #135335 - oli-obk:push-zxwssomxxtnq, r=saethlin"

This reverts commit a7a6c64a65, reversing
changes made to ebbe63891f.
This commit is contained in:
Michael Goulet
2025-03-02 18:41:28 +00:00
parent 8c392966a0
commit a59a8f9e75
8 changed files with 28 additions and 125 deletions

View File

@@ -127,10 +127,6 @@ impl<'ll, 'tcx> ConstCodegenMethods<'tcx> for CodegenCx<'ll, 'tcx> {
unsafe { llvm::LLVMGetUndef(t) }
}
fn is_undef(&self, v: &'ll Value) -> bool {
unsafe { llvm::LLVMIsUndef(v) == True }
}
fn const_poison(&self, t: &'ll Type) -> &'ll Value {
unsafe { llvm::LLVMGetPoison(t) }
}