Add ptr annotation intrinsic.

llvm-svn: 59106
This commit is contained in:
Tanya Lattner 2008-11-12 07:17:57 +00:00
parent aa3f951efc
commit 9c9abe5936
1 changed files with 4 additions and 1 deletions

View File

@ -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,
llvm_ptr_ty, llvm_i32_ty],
[], "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,
llvm_ptr_ty, llvm_i32_ty],
[], "llvm.annotation">;