[llvm-commits] CVS: llvm/include/llvm/Intrinsics.h

Chris Lattner lattner at cs.uiuc.edu
Sun Jan 4 23:36:01 PST 2004


Changes in directory llvm/include/llvm:

Intrinsics.h updated: 1.13 -> 1.14

---
Log message:

Add some intrinsics



---
Diffs of the changes:  (+6 -0)

Index: llvm/include/llvm/Intrinsics.h
diff -u llvm/include/llvm/Intrinsics.h:1.13 llvm/include/llvm/Intrinsics.h:1.14
--- llvm/include/llvm/Intrinsics.h:1.13	Tue Nov 11 16:41:30 2003
+++ llvm/include/llvm/Intrinsics.h	Sun Jan  4 23:35:34 2004
@@ -37,6 +37,12 @@
     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...





More information about the llvm-commits mailing list