[llvm-commits] [llvm] r57338 - /llvm/trunk/include/llvm/Intrinsics.td
Mon P Wang
wangmp at apple.com
Thu Oct 9 18:41:25 PDT 2008
Author: wangmp
Date: Thu Oct 9 20:41:18 2008
New Revision: 57338
URL: http://llvm.org/viewvc/llvm-project?rev=57338&view=rev
Log:
Fixed definition of llvm_anyptr_ty
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=57338&r1=57337&r2=57338&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Intrinsics.td (original)
+++ llvm/trunk/include/llvm/Intrinsics.td Thu Oct 9 20:41:18 2008
@@ -89,7 +89,7 @@
def llvm_ppcf128_ty : LLVMType<ppcf128>;
def llvm_ptr_ty : LLVMPointerType<llvm_i8_ty>; // i8*
def llvm_ptrptr_ty : LLVMPointerType<llvm_ptr_ty>; // i8**
-def llvm_anyptr_ty : LLVMPointerType<llvm_i8_ty>; // (space)i8*
+def llvm_anyptr_ty : LLVMAnyPointerType<llvm_i8_ty>; // (space)i8*
def llvm_empty_ty : LLVMType<OtherVT>; // { }
def llvm_descriptor_ty : LLVMPointerType<llvm_empty_ty>; // { }*
More information about the llvm-commits
mailing list