Fix bugs in the inliner having to do with single-entry phi nodes and valuemap
authorChris Lattner <sabre@nondot.org>
Thu, 1 Feb 2007 18:48:38 +0000 (18:48 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Feb 2007 18:48:38 +0000 (18:48 +0000)
commit8e8eda78cc5f06e4b19f2c374189a25017085286
treef27c03273c48c4eefe8d82335c721bd9578018d6
parent6f46e59d2a0e66f3646db9677258876960477f87
Fix bugs in the inliner having to do with single-entry phi nodes and valuemap
updating.  These were exposed by Devang's recent passmgr changes (with
non-default passorderings) because now the inliner can be interleved with
the LCSSA pass.

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