summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-06-18 11:51:16 +0000
committerDaniel Jasper <djasper@google.com>2015-06-18 11:51:16 +0000
commit22ef2c3e301d375211f700d75eaded2ce8cb1c1b (patch)
treec27e06960ae4edef650a39eea40beef5d903cede /llvm/include/llvm-c
parent20a05a6ccbf0410607f27abc389d9b0e3c87e4c3 (diff)
downloadbcm5719-llvm-22ef2c3e301d375211f700d75eaded2ce8cb1c1b.tar.gz
bcm5719-llvm-22ef2c3e301d375211f700d75eaded2ce8cb1c1b.zip
Update LLVM bindings after r239940. Apparently these aren't included in
any tests and I even don't know how to run the tests. This seems like a minimal change to make them work again, although I can't really verify at this point. Additionally, it probably makes sense to propagate the personality parameter removal further. llvm-svn: 240010
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/Core.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index 874d46386bf..713894f5763 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -2661,8 +2661,7 @@ LLVMValueRef LLVMBuildInvoke(LLVMBuilderRef, LLVMValueRef Fn,
LLVMBasicBlockRef Then, LLVMBasicBlockRef Catch,
const char *Name);
LLVMValueRef LLVMBuildLandingPad(LLVMBuilderRef B, LLVMTypeRef Ty,
- LLVMValueRef PersFn, unsigned NumClauses,
- const char *Name);
+ unsigned NumClauses, const char *Name);
LLVMValueRef LLVMBuildResume(LLVMBuilderRef B, LLVMValueRef Exn);
LLVMValueRef LLVMBuildUnreachable(LLVMBuilderRef);
OpenPOWER on IntegriCloud