Now functions can return aggregate values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47409 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Devang Patel 2008-02-20 22:51:28 +00:00
parent 7990dc7633
commit 2102cab02f

View File

@ -1,5 +1,4 @@
; RUN: not llvm-as < %s -o /dev/null -f |& \
; RUN: grep {LLVM functions cannot return aggregate types}
; RUN: not llvm-as < %s -o /dev/null -f
define void @test() {
call {} @foo()