Weak functions not declared non-throwing might be
authorDale Johannesen <dalej@apple.com>
Fri, 16 May 2008 21:31:48 +0000 (21:31 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 16 May 2008 21:31:48 +0000 (21:31 +0000)
commit6796629611a07bdc9d6bb79ca1cf6cae78325411
treed47fa76e34adc979384812d37826c47f80172535
parent0bf7b414ae0bb6699cadc3a210d18cfec44e9354
Weak functions not declared non-throwing might be
replaced at linktime with a body that throws, even
if the body in this file does not.  Make PruneEH
be more conservative in this case.
g++.dg/eh/weak1.C

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51207 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/PruneEH.cpp