Teach InlineFunction how to differentiate between multiple-value
authorDan Gohman <gohman@apple.com>
Fri, 20 Jun 2008 01:03:44 +0000 (01:03 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 20 Jun 2008 01:03:44 +0000 (01:03 +0000)
commit2c31750cd0ebdc83a890ace97dbb6249b3abe44e
tree89b1b8915ab18a901f3ba112842e92410e4dc254
parent88d11c03cd0aae616e32dc5c09fc72e9429fd9bd
Teach InlineFunction how to differentiate between multiple-value
return statements and aggregate returns so that it handles both
correctly.

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