Don't insert a PHI node to merge "returns" from an inlined function if there
authorChris Lattner <sabre@nondot.org>
Sun, 22 Sep 2002 18:41:25 +0000 (18:41 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Sep 2002 18:41:25 +0000 (18:41 +0000)
commitbdccb0097061e05b506592c25b3b5e9e0692c950
treedb57c37c140bf49c9743121c183a5f05279b6214
parent172b648cd4335d654edb432238d92547ffa0e362
Don't insert a PHI node to merge "returns" from an inlined function if there
is only a single return from the function!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3878 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/InlineSimple.cpp