[llvm-commits] CVS: llvm/include/llvm/Intrinsics.h
Chris Lattner
lattner at cs.uiuc.edu
Mon Aug 18 10:42:06 PDT 2003
Changes in directory llvm/include/llvm:
Intrinsics.h updated: 1.5 -> 1.6
---
Log message:
Add intrinsics for the llvm.sig(set|long)jmp functions
---
Diffs of the changes:
Index: llvm/include/llvm/Intrinsics.h
diff -u llvm/include/llvm/Intrinsics.h:1.5 llvm/include/llvm/Intrinsics.h:1.6
--- llvm/include/llvm/Intrinsics.h:1.5 Wed Aug 6 15:08:25 2003
+++ llvm/include/llvm/Intrinsics.h Mon Aug 18 10:41:22 2003
@@ -23,6 +23,8 @@
setjmp, // Used to represent a setjmp call in C
longjmp, // Used to represent a longjmp call in C
+ sigsetjmp, // Used to represent a sigsetjmp call in C
+ siglongjmp, // Used to represent a siglongjmp call in C
//===------------------------------------------------------------------===//
// This section defines intrinsic functions used to represent Alpha
More information about the llvm-commits
mailing list