[llvm-commits] CVS: llvm/include/llvm/Intrinsics.td
Jim Laskey
jlaskey at apple.com
Wed Feb 28 10:36:01 PST 2007
Changes in directory llvm/include/llvm:
Intrinsics.td updated: 1.47 -> 1.48
---
Log message:
Provide a more meaningful name.
---
Diffs of the changes: (+1 -1)
Intrinsics.td | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/include/llvm/Intrinsics.td
diff -u llvm/include/llvm/Intrinsics.td:1.47 llvm/include/llvm/Intrinsics.td:1.48
--- llvm/include/llvm/Intrinsics.td:1.47 Wed Feb 21 16:35:57 2007
+++ llvm/include/llvm/Intrinsics.td Wed Feb 28 12:35:44 2007
@@ -232,7 +232,7 @@
//===------------------ Exception Handling Intrinsics----------------------===//
//
def int_eh_exception : Intrinsic<[llvm_ptr_ty]>;
-def int_eh_handlers : Intrinsic<[llvm_i32_ty, llvm_ptr_ty, llvm_ptr_ty,
+def int_eh_selector : Intrinsic<[llvm_i32_ty, llvm_ptr_ty, llvm_ptr_ty,
llvm_vararg_ty]>;
def int_eh_typeid_for : Intrinsic<[llvm_i32_ty, llvm_ptr_ty]>;
More information about the llvm-commits
mailing list