OSDN Git Service

Fix an incorrect intrinsic description
authorChris Lattner <sabre@nondot.org>
Fri, 10 Mar 2006 04:17:06 +0000 (04:17 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 10 Mar 2006 04:17:06 +0000 (04:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26677 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Intrinsics.td

index 13cb41b..488a585 100644 (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]>;