OSDN Git Service

Restore optimization that merges blocks when inline function
authorDevang Patel <dpatel@apple.com>
Mon, 10 Mar 2008 18:34:00 +0000 (18:34 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 10 Mar 2008 18:34:00 +0000 (18:34 +0000)
commitb8f198af1b62f2ed48dcb914973a9d211dcba38b
treef3cea5c1bd36e83d4067553359daf5c268aed2cc
parent641ca93cff0f957fc5fb9dfb05d2a4a340aa8af7
Restore optimization that merges blocks when inline function
has single return value.

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