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

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 25 17:36:04 PDT 2003


Changes in directory llvm/include/llvm:

Intrinsics.h updated: 1.8 -> 1.9

---
Log message:

As it turns out, things will be simpler than I first expected.  We no longer 
need any exception handling intrinsics beyond llvm.unwind. (yaay)


---
Diffs of the changes:

Index: llvm/include/llvm/Intrinsics.h
diff -u llvm/include/llvm/Intrinsics.h:1.8 llvm/include/llvm/Intrinsics.h:1.9
--- llvm/include/llvm/Intrinsics.h:1.8	Sun Aug 24 07:24:03 2003
+++ llvm/include/llvm/Intrinsics.h	Mon Aug 25 17:34:59 2003
@@ -24,10 +24,6 @@
 
     unwind,         // Unwind stack until containing invoke is found
 
-    // Exception handling intrinsics...
-    exc_setcurrent, // Set the current pending exception
-    exc_getcurrent, // Get the current pending exception
-
     // Setjmp/Longjmp intrinsics...
     setjmp,         // Used to represent a setjmp call in C
     longjmp,        // Used to represent a longjmp call in C





More information about the llvm-commits mailing list