[llvm-commits] [llvm] r59106 - /llvm/trunk/include/llvm/Intrinsics.td
Tanya Lattner
tonic at nondot.org
Tue Nov 11 23:17:57 PST 2008
Author: tbrethou
Date: Wed Nov 12 01:17:57 2008
New Revision: 59106
URL: http://llvm.org/viewvc/llvm-project?rev=59106&view=rev
Log:
Add ptr annotation intrinsic.
Modified:
llvm/trunk/include/llvm/Intrinsics.td
Modified: llvm/trunk/include/llvm/Intrinsics.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Intrinsics.td?rev=59106&r1=59105&r2=59106&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Intrinsics.td (original)
+++ llvm/trunk/include/llvm/Intrinsics.td Wed Nov 12 01:17:57 2008
@@ -277,7 +277,10 @@
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">;
More information about the llvm-commits
mailing list