forked from OSchip/llvm-project
Now functions can return aggregate values.
llvm-svn: 47409
This commit is contained in:
parent
8a24fa68ad
commit
b2aa6fe905
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue