diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-08-26 23:46:53 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-08-26 23:46:53 +0000 |
| commit | 2b338325983d19681efad4fca5315b6439431df4 (patch) | |
| tree | dc19c513cc2384c4f39d97ba20011fc7f3020e0e /llvm/runtime/GCCLibraries/crtend/C++-Exception.h | |
| parent | 9cf23698b0019ee0a579d54d7eeb94942b860965 (diff) | |
| download | bcm5719-llvm-2b338325983d19681efad4fca5315b6439431df4.tar.gz bcm5719-llvm-2b338325983d19681efad4fca5315b6439431df4.zip | |
Add new __llvm_cxxeh_begin_catch_if_isa function, change C -> C++ comments
llvm-svn: 8150
Diffstat (limited to 'llvm/runtime/GCCLibraries/crtend/C++-Exception.h')
| -rw-r--r-- | llvm/runtime/GCCLibraries/crtend/C++-Exception.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/runtime/GCCLibraries/crtend/C++-Exception.h b/llvm/runtime/GCCLibraries/crtend/C++-Exception.h index cc37294572e..9c5447b88a4 100644 --- a/llvm/runtime/GCCLibraries/crtend/C++-Exception.h +++ b/llvm/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); |

