cg_llvm: remove pointee types and pointercast/bitcast-of-ptr
This commit is contained in:
@@ -1073,7 +1073,7 @@ extern "C" {
|
||||
|
||||
// Operations on array, pointer, and vector types (sequence types)
|
||||
pub fn LLVMRustArrayType(ElementType: &Type, ElementCount: u64) -> &Type;
|
||||
pub fn LLVMPointerType(ElementType: &Type, AddressSpace: c_uint) -> &Type;
|
||||
pub fn LLVMPointerTypeInContext(C: &Context, AddressSpace: c_uint) -> &Type;
|
||||
pub fn LLVMVectorType(ElementType: &Type, ElementCount: c_uint) -> &Type;
|
||||
|
||||
pub fn LLVMGetElementType(Ty: &Type) -> &Type;
|
||||
|
||||
Reference in New Issue
Block a user