Add some intrinsics
authorChris Lattner <sabre@nondot.org>
Mon, 5 Jan 2004 05:35:34 +0000 (05:35 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Jan 2004 05:35:34 +0000 (05:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10690 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Intrinsics.h

index 8ecb6c42ee509316370945c9b478f7405cda006b..f55c9c0254d3716677198ba399de17cbbfdb76fd 100644 (file)
@@ -37,6 +37,12 @@ namespace Intrinsic {
     sigsetjmp,      // Used to represent a sigsetjmp call in C
     siglongjmp,     // Used to represent a siglongjmp call in C
 
+    // Debugging intrinsics...
+    dbg_stoppoint,    // Represents source lines and breakpointable places
+    dbg_region_start, // Start of a region
+    dbg_region_end,   // End of a region
+    dbg_func_start,   // Start of a function
+
     //===------------------------------------------------------------------===//
     // This section defines intrinsic functions used to represent Alpha
     // instructions...