]> granicus.if.org Git - clang/commit
Test for the presence of EH branch-throughs instead of normal branch-throughs.
authorJohn McCall <rjmccall@apple.com>
Mon, 26 Jul 2010 22:44:58 +0000 (22:44 +0000)
committerJohn McCall <rjmccall@apple.com>
Mon, 26 Jul 2010 22:44:58 +0000 (22:44 +0000)
commit7cd4b060f1e59f6d29126383ceee614e4772f859
tree2b5546ccec719e5a5c1aa3b9b382d59ff8304aab
parentdee832c8958ca100c671881b6541fbb857a33592
Test for the presence of EH branch-throughs instead of normal branch-throughs.
I knew this code duplication would bite me.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109463 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenFunction.cpp
test/CodeGenCXX/eh.cpp