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
2 files changed
tree: 26583a8706a20347c0d364d831c30aa956f2008f
  1. clang/
  2. llvm/