aboutsummaryrefslogtreecommitdiff
path: root/runtime/GCCLibraries/crtend/C++-Exception.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-26 23:46:53 +0000
committerChris Lattner <sabre@nondot.org>2003-08-26 23:46:53 +0000
commit23b9b05fd3cd7ccd49e3419600b7e6be32f554b9 (patch)
tree2423a32ccdaa8d8e28a7994afc1c147994ce4703 /runtime/GCCLibraries/crtend/C++-Exception.h
parent0320b1406e16c2354f29d104d1dd3ad385e0aeb8 (diff)
Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8150 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/GCCLibraries/crtend/C++-Exception.h')
-rw-r--r--runtime/GCCLibraries/crtend/C++-Exception.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/GCCLibraries/crtend/C++-Exception.h b/runtime/GCCLibraries/crtend/C++-Exception.h
index cc37294572..9c5447b88a 100644
--- a/runtime/GCCLibraries/crtend/C++-Exception.h
+++ b/runtime/GCCLibraries/crtend/C++-Exception.h
@@ -54,6 +54,7 @@ extern "C" {
void * __llvm_cxxeh_current_uncaught_exception_isa(const std::type_info *Ty);
void *__llvm_cxxeh_begin_catch(void);
+ void *__llvm_cxxeh_begin_catch_if_isa(const std::type_info *CatchType);
void __llvm_cxxeh_end_catch(void);
void __llvm_cxxeh_rethrow(void);