mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 09:13:34 +00:00
Now functions can return aggregate values.
llvm-svn: 47409
This commit is contained in:
parent
302f762255
commit
6436033c71
@ -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…
x
Reference in New Issue
Block a user