Fix an incorrect intrinsic description

llvm-svn: 26677
This commit is contained in:
Chris Lattner 2006-03-10 04:17:06 +00:00
parent 6ce97687f7
commit 5353e35ac8
1 changed files with 3 additions and 2 deletions

View File

@ -179,8 +179,9 @@ let Properties = [InstrNoMem] in {
//===------------------------ Debugger Intrinsics -------------------------===//
//
def int_dbg_stoppoint : Intrinsic<[llvm_anchor_ty, llvm_uint_ty,
llvm_uint_ty, llvm_descriptor_ty]>;
def int_dbg_stoppoint : Intrinsic<[llvm_anchor_ty, llvm_anchor_ty,
llvm_uint_ty, llvm_uint_ty,
llvm_descriptor_ty]>;
def int_dbg_region_start : Intrinsic<[llvm_anchor_ty, llvm_anchor_ty]>;
def int_dbg_region_end : Intrinsic<[llvm_anchor_ty, llvm_anchor_ty]>;
def int_dbg_func_start : Intrinsic<[llvm_anchor_ty, llvm_descriptor_ty]>;