1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

Now functions can return aggregate values.

llvm-svn: 47409
This commit is contained in:
Devang Patel 2008-02-20 22:51:28 +00:00
parent 302f762255
commit 6436033c71

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()