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

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 8 14:45:13 PDT 2003


Changes in directory llvm/include/llvm:

Intrinsics.h updated: 1.9 -> 1.10

---
Log message:

Eliminate the unwind intrinsic, it is now an instruction


---
Diffs of the changes:

Index: llvm/include/llvm/Intrinsics.h
diff -u llvm/include/llvm/Intrinsics.h:1.9 llvm/include/llvm/Intrinsics.h:1.10
--- llvm/include/llvm/Intrinsics.h:1.9	Mon Aug 25 17:34:59 2003
+++ llvm/include/llvm/Intrinsics.h	Mon Sep  8 14:44:47 2003
@@ -22,8 +22,6 @@
     va_end,         // Used to represent a va_end call in C
     va_copy,        // Used to represent a va_copy call in C
 
-    unwind,         // Unwind stack until containing invoke is found
-
     // 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