From 6436033c71661a4250466168f060321b3867b6db Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 20 Feb 2008 22:51:28 +0000 Subject: [PATCH] Now functions can return aggregate values. llvm-svn: 47409 --- test/Assembler/2005-01-31-CallingAggregateFunction.ll | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Assembler/2005-01-31-CallingAggregateFunction.ll b/test/Assembler/2005-01-31-CallingAggregateFunction.ll index 9fb805498cb..997bbfad7a5 100644 --- a/test/Assembler/2005-01-31-CallingAggregateFunction.ll +++ b/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()