| commit | 149546a6a0569da1a05395a670200982f3a1e80f | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed May 13 17:39:14 2009 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed May 13 17:39:14 2009 +0000 |
| tree | 26583a8706a20347c0d364d831c30aa956f2008f | |
| parent | 939952c19c99d032a8b3401c5efadd094266f33b [diff] |
calls in nothrow functions can be marked nothrow even if the callee is not known to be nothrow. This allows readnone/readonly functions to be deleted even if we don't know whether the callee can throw. llvm-svn: 71676