OSDN Git Service

Update inliner to handle functions that return multiple values.
authorDevang Patel <dpatel@apple.com>
Fri, 7 Mar 2008 20:06:16 +0000 (20:06 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 7 Mar 2008 20:06:16 +0000 (20:06 +0000)
commit12a466b9d0e27be453cfa05cff18acc9d7c1cfba
treebef5c1f1dce01f6d076d8d6315e324d260e1fbd8
parent0fdaa0b8f194f0ef7cec0610c50672b89bd7c17a
Update inliner to handle functions that return multiple values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48020 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/InlineFunction.cpp
test/Transforms/SRETPromotion/2008-03-07-Inline-2.ll [new file with mode: 0644]
test/Transforms/SRETPromotion/2008-03-07-Inline.ll [new file with mode: 0644]