Change the Verifier to support returning first class aggregrates.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 5 Jun 2008 14:00:36 +0000 (14:00 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 5 Jun 2008 14:00:36 +0000 (14:00 +0000)
commit411e6a5efb438cad2a455f462e2611529ffab3f2
treeb3dc24c3bdad6d56fcf2a30ec71da8f6b85bc77e
parentb499c86331c6e11de31273b1dad91706f598f447
Change the Verifier to support returning first class aggregrates.

Add a testcase for functions returning first class aggregrates.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52002 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Verifier.cpp
test/Assembler/AggregrateReturn.ll [new file with mode: 0644]