forked from OSchip/llvm-project
parent
a9250d111a
commit
9bbda191ba
|
@ -767,8 +767,7 @@ LLVMBool LLVMIsUndef(LLVMValueRef Val) {
|
|||
}
|
||||
|
||||
LLVMValueRef LLVMConstPointerNull(LLVMTypeRef Ty) {
|
||||
return
|
||||
wrap(ConstantPointerNull::get(unwrap<PointerType>(Ty)));
|
||||
return wrap(ConstantPointerNull::get(unwrap<PointerType>(Ty)));
|
||||
}
|
||||
|
||||
/*--.. Operations on metadata nodes ........................................--*/
|
||||
|
|
Loading…
Reference in New Issue