Fix Regression/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll
authorChris Lattner <sabre@nondot.org>
Sun, 17 Oct 2004 23:21:07 +0000 (23:21 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 17 Oct 2004 23:21:07 +0000 (23:21 +0000)
commit3787e765facfad5ea62753922d940bcdd52afd57
treede90f748cd9f0dc358da573e1404d7d9023beb20
parent58f8bdc6c64c9b0d29dbca25767bf0ef190e256c
Fix Regression/Transforms/Inline/2004-10-17-InlineFunctionWithoutReturn.ll

If a function had no return instruction in it, and the result of the inlined
call instruction was used, we would crash.

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