Fix PR2929 by making bugpoint/code extract propagate the nothrow
authorChris Lattner <sabre@nondot.org>
Thu, 18 Dec 2008 05:52:56 +0000 (05:52 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Dec 2008 05:52:56 +0000 (05:52 +0000)
commit31535f1f04853974ec53dfc61d90e8dc4a09b456
tree7744bd126fa0afab64fcc1910c8cc772b91a7232
parent65ee1e6ff4d82f58fbea5c2e5cadf9a0be797955
Fix PR2929 by making bugpoint/code extract propagate the nothrow
bit from the original function to the cloned one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61194 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/CodeExtractor.cpp