The "stacksave is not nounwind problem" no longer
authorDuncan Sands <baldrick@free.fr>
Mon, 7 Apr 2008 13:43:58 +0000 (13:43 +0000)
committerDuncan Sands <baldrick@free.fr>
Mon, 7 Apr 2008 13:43:58 +0000 (13:43 +0000)
commit3d292aca0306fbb65da4622c80df01432ab6559b
treec86abca5a31f1818537268fa47e7832189a45dc1
parenta122043c2c0d33828cb2e897b43b5d858a74db4e
The "stacksave is not nounwind problem" no longer
needs to be fixed here - a previous commit made sure
that intrinsics always get the right attributes.
So remove no-longer needed code, and while there use
Intrinsic::getDeclaration rather than getOrInsertFunction.

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