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)
commit5f19cf5df86bb47a4572bd5a5245798c3ec6d7e7
tree46564c8d97541c2b46b760b1c7840dfc49c0caf7
parent8b94a14a782867b1da1f272b6f502562d0c2a1aa
The exception handling function info should be reset for each new
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
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter.cpp