Initial codegen support for functions and calls with multiple return values.
authorDan Gohman <gohman@apple.com>
Tue, 11 Mar 2008 21:11:25 +0000 (21:11 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 11 Mar 2008 21:11:25 +0000 (21:11 +0000)
commitef5d194aaa7d09937759447bceca0ff80bee1261
tree89965963bcb73eb3e6c7f831b6733f2acb98d87a
parente12ecf272d90c366e15531c15b6681ab5399ba33
Initial codegen support for functions and calls with multiple return values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48244 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp