Don't mark a call as potentially throwing if the function it's calling has the
authorBill Wendling <isanbard@gmail.com>
Wed, 11 Nov 2009 23:17:02 +0000 (23:17 +0000)
committerBill Wendling <isanbard@gmail.com>
Wed, 11 Nov 2009 23:17:02 +0000 (23:17 +0000)
commit73b55510585573cd37fca85864c8d7d73e6b4093
tree5c0bea767b1d3c059ba0bec8b1dfeabb64dc17df
parent9089ba8e5e76ab507d5f45c3791babb5bbc26f67
Don't mark a call as potentially throwing if the function it's calling has the
"nounwind" attribute.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86897 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfException.cpp