mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 22:28:18 +00:00
Add ptr annotation intrinsic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59106 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -277,7 +277,10 @@ def int_eh_dwarf_cfa : Intrinsic<[llvm_ptr_ty, llvm_i32_ty]>;
|
|||||||
def int_var_annotation : Intrinsic<[llvm_void_ty, llvm_ptr_ty, llvm_ptr_ty,
|
def int_var_annotation : Intrinsic<[llvm_void_ty, llvm_ptr_ty, llvm_ptr_ty,
|
||||||
llvm_ptr_ty, llvm_i32_ty],
|
llvm_ptr_ty, llvm_i32_ty],
|
||||||
[], "llvm.var.annotation">;
|
[], "llvm.var.annotation">;
|
||||||
|
def int_ptr_annotation : Intrinsic<[LLVMAnyPointerType<llvm_anyint_ty>,
|
||||||
|
LLVMMatchType<0>,
|
||||||
|
llvm_ptr_ty, llvm_ptr_ty, llvm_i32_ty],
|
||||||
|
[], "llvm.ptr.annotation">;
|
||||||
def int_annotation : Intrinsic<[llvm_anyint_ty, LLVMMatchType<0>, llvm_ptr_ty,
|
def int_annotation : Intrinsic<[llvm_anyint_ty, LLVMMatchType<0>, llvm_ptr_ty,
|
||||||
llvm_ptr_ty, llvm_i32_ty],
|
llvm_ptr_ty, llvm_i32_ty],
|
||||||
[], "llvm.annotation">;
|
[], "llvm.annotation">;
|
||||||
|
Reference in New Issue
Block a user