summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-02-20 22:51:28 +0000
committerDevang Patel <dpatel@apple.com>2008-02-20 22:51:28 +0000
commitb2aa6fe90545eb26484dfd5d5369b4aed67e05be (patch)
treea9e010a033b9a4fbf5187218a78fbfde00ef10c4 /llvm/test
parent8a24fa68ad3a529417eca43cee963971b4126863 (diff)
downloadbcm5719-llvm-b2aa6fe90545eb26484dfd5d5369b4aed67e05be.tar.gz
bcm5719-llvm-b2aa6fe90545eb26484dfd5d5369b4aed67e05be.zip
Now functions can return aggregate values.
llvm-svn: 47409
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
index 9fb805498cb..997bbfad7a5 100644
--- a/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
+++ b/llvm/test/Assembler/2005-01-31-CallingAggregateFunction.ll
@@ -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()
OpenPOWER on IntegriCloud