aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-10 04:17:06 +0000
committerChris Lattner <sabre@nondot.org>2006-03-10 04:17:06 +0000
commitd144a24d3d1cbf72b02fd9ad4336de7e4c7ea9e4 (patch)
tree92b6f7a9555f2a2bf78990ea3d90ed6178b8dca9
parent9630d271c524fac27301ac205b16f90eae461721 (diff)
Fix an incorrect intrinsic description
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26677 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Intrinsics.td5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm/Intrinsics.td b/include/llvm/Intrinsics.td
index 13cb41b517..488a585010 100644
--- a/include/llvm/Intrinsics.td
+++ b/include/llvm/Intrinsics.td
@@ -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]>;