]> granicus.if.org Git - clang/commit
Teach PopCleanupBlock to correctly handle the possibility of branching through
authorJohn McCall <rjmccall@apple.com>
Tue, 5 Oct 2010 20:48:15 +0000 (20:48 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 5 Oct 2010 20:48:15 +0000 (20:48 +0000)
commite71d60d2c948bef21443c3370a9922a2f58bcc3a
treefba401a66e633542e98232f411b69a6732e61f8d
parent0a0c3e72ce42f84f361c285e6963d44213ab6bea
Teach PopCleanupBlock to correctly handle the possibility of branching through
a EH-only cleanup as part of a fallthrough branch-through.  That this happens
for this test case is actually a separate bug.

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