]> granicus.if.org Git - clang/commit
If there's an invoke destination, we should use invoke instead of call when calling...
authorAnders Carlsson <andersca@mac.com>
Mon, 11 Apr 2011 14:13:40 +0000 (14:13 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 11 Apr 2011 14:13:40 +0000 (14:13 +0000)
commit4bdbc0cb1e29ac870b7e7985cf4a1b5c34176e8c
treeb13b23a6072bd5bf6a862c0c389f5ea4ec247f4b
parent379b5155b4566f63679e1da6b0ceb5fdfa2aec6d
If there's an invoke destination, we should use invoke instead of call when calling the __cxa_bad_typeid function. Fixes PR7400.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129273 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprCXX.cpp
test/CodeGenCXX/typeid.cpp [new file with mode: 0644]