Add support for multiple return values for the PPC target by
authorDan Gohman <gohman@apple.com>
Wed, 19 Mar 2008 21:39:28 +0000 (21:39 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 19 Mar 2008 21:39:28 +0000 (21:39 +0000)
commit7925ed05d0245aca0b0b2ea8d8a0b35b77c5ebd4
treea8e7e396b5b9a52beda7684f819033f6dfefb3a6
parent50b5742157c9ca3e3c0bf7d8990cf745cd4811cd
Add support for multiple return values for the PPC target by
converting call result lowering to use the CallingConvLowering
infastructure.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48552 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
test/CodeGen/PowerPC/multiple-return-values.ll [new file with mode: 0644]