summaryrefslogtreecommitdiff
path: root/test/Assembler/2005-01-31-CallingAggregateFunction.ll
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-02-21 01:54:02 +0000
committerDevang Patel <dpatel@apple.com>2008-02-21 01:54:02 +0000
commitbb4f8d40458eb086cb901e19c4be0777e2a73dce (patch)
tree12bc619006390b92f39e19ae5f77eb52f9deb8f0 /test/Assembler/2005-01-31-CallingAggregateFunction.ll
parentef00f9d377040c9599ac827daaaa0722381fd310 (diff)
downloadllvm-bb4f8d40458eb086cb901e19c4be0777e2a73dce.tar.gz
llvm-bb4f8d40458eb086cb901e19c4be0777e2a73dce.tar.bz2
llvm-bb4f8d40458eb086cb901e19c4be0777e2a73dce.tar.xz
Let function call return aggregate.
Now, we have very first multiple return value testcase! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47424 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler/2005-01-31-CallingAggregateFunction.ll')
-rw-r--r--test/Assembler/2005-01-31-CallingAggregateFunction.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/test/Assembler/2005-01-31-CallingAggregateFunction.ll
index ebe2ee9e76..e6baf34a6c 100644
--- a/test/Assembler/2005-01-31-CallingAggregateFunction.ll
+++ b/test/Assembler/2005-01-31-CallingAggregateFunction.ll
@@ -1,5 +1,4 @@
; RUN: llvm-as < %s -o /dev/null -f
-; XFAIL: *
define void @test() {
call {} @foo()