Re-apply 52002, allowing the verifier to accept non-MRV struct return
authorDan Gohman <gohman@apple.com>
Mon, 9 Jun 2008 21:26:13 +0000 (21:26 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 9 Jun 2008 21:26:13 +0000 (21:26 +0000)
commit7dc1def1623748b6c2f1812f1bf2e0153759c8b9
treeff89de95aa85e554d4c3b235002b15369dd3844d
parentf5025cfa683b4cfb9f04b1e63dac7364a5dbf900
Re-apply 52002, allowing the verifier to accept non-MRV struct return
types on functions, with adjustments so that it accepts both
new-style aggregate returns and old-style MRV returns, including those
with only a single member.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52157 91177308-0d34-0410-b5e6-96231b3b80d8
lib/VMCore/Verifier.cpp
test/Assembler/aggregate-constant-values.ll [new file with mode: 0644]
test/Assembler/aggregate-return-single-value.ll [new file with mode: 0644]