]> granicus.if.org Git - clang/commit
Teach EHCleanupBlock to deal appropriately with the possibility that there
authorJohn McCall <rjmccall@apple.com>
Fri, 30 Apr 2010 00:06:43 +0000 (00:06 +0000)
committerJohn McCall <rjmccall@apple.com>
Fri, 30 Apr 2010 00:06:43 +0000 (00:06 +0000)
commit891f80ec2fb2d1730b769467d602689e1080845b
tree37c93270c10f1206a83d9f3f4b948650ae9effd9
parentf406d9c68762163cf817230bca13030e4d10514e
Teach EHCleanupBlock to deal appropriately with the possibility that there
might not have been an insertion block set at start.  Fixes PR6975.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@102677 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGException.cpp