The exception handling function info should be reset for each new
authorBill Wendling <isanbard@gmail.com>
Tue, 18 Sep 2007 05:03:44 +0000 (05:03 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 18 Sep 2007 05:03:44 +0000 (05:03 +0000)
function. The information isn't used heavily -- it's only used at the end
of exception handling emission -- so there's no need to cache it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42078 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found