summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorIgor Laevsky <igmyrj@gmail.com>2015-06-03 16:18:58 +0000
committerIgor Laevsky <igmyrj@gmail.com>2015-06-03 16:18:58 +0000
commit23e81c2d4dde52b5ed0c8fc9a99fe895bc809631 (patch)
tree6e57decd1e78da1e2dd9da4c6e053f6404fe29f2 /llvm
parent2abfcd5606b3035624a76c71b862e344077d5caa (diff)
downloadbcm5719-llvm-23e81c2d4dde52b5ed0c8fc9a99fe895bc809631.tar.gz
bcm5719-llvm-23e81c2d4dde52b5ed0c8fc9a99fe895bc809631.zip
[Statepoints] Mark statepoint intrinsic with Throws attribute
Differential Revision: http://reviews.llvm.org/D10215 llvm-svn: 238932
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/IR/Intrinsics.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/IR/Intrinsics.td b/llvm/include/llvm/IR/Intrinsics.td
index 8f6cdebb049..beeffde9f65 100644
--- a/llvm/include/llvm/IR/Intrinsics.td
+++ b/llvm/include/llvm/IR/Intrinsics.td
@@ -537,7 +537,8 @@ def int_experimental_patchpoint_i64 : Intrinsic<[llvm_i64_ty],
def int_experimental_gc_statepoint : Intrinsic<[llvm_i32_ty],
[llvm_i64_ty, llvm_i32_ty,
llvm_anyptr_ty, llvm_i32_ty,
- llvm_i32_ty, llvm_vararg_ty]>;
+ llvm_i32_ty, llvm_vararg_ty],
+ [Throws]>;
def int_experimental_gc_result : Intrinsic<[llvm_any_ty], [llvm_i32_ty]>;
def int_experimental_gc_relocate : Intrinsic<[llvm_anyptr_ty],
OpenPOWER on IntegriCloud