Fix another broken intrinsic.

llvm-svn: 26696
This commit is contained in:
Chris Lattner 2006-03-10 18:01:03 +00:00
parent 0a171d33ca
commit 0e1d43d1b7
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def int_gcwrite : Intrinsic<[llvm_void_ty, llvm_ptr_ty, llvm_ptrptr_ty],
def int_returnaddress : Intrinsic<[llvm_ptr_ty, llvm_uint_ty], [InstrNoMem]>;
def int_frameaddress : Intrinsic<[llvm_ptr_ty, llvm_uint_ty], [InstrNoMem]>;
def int_stacksave : Intrinsic<[llvm_ptr_ty]>;
def int_stackrestore : Intrinsic<[llvm_ptr_ty]>;
def int_stackrestore : Intrinsic<[llvm_void_ty, llvm_ptr_ty]>;
def int_prefetch : Intrinsic<[llvm_void_ty, llvm_ptr_ty,
llvm_uint_ty, llvm_uint_ty]>;
def int_pcmarker : Intrinsic<[llvm_void_ty, llvm_uint_ty]>;