OSDN Git Service

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)
commita08b9bf298f63485c60b7277dced4ecac112f244
tree7744bd126fa0afab64fcc1910c8cc772b91a7232
parent55c6bdf287dc84a35c8f71ae8fc16f65a49d9219
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