Fix compilation of 126.gcc: intrinsic functions cannot throw, so they are not
authorChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2004 16:47:35 +0000 (16:47 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2004 16:47:35 +0000 (16:47 +0000)
commit494b6920b067ec663b28c644f151fe61ef8b4e71
treea07b8ff22407792a4dfa2598f803251f5ae0ced2
parent0db085baecad690efa1f4afca32b191ae8d12663
Fix compilation of 126.gcc: intrinsic functions cannot throw, so they are not
allowed in invoke instructions.  Thus, if we are inlining a call to an intrinsic
function into an invoke site, we don't need to turn the call into an invoke!

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