From: Devang Patel Date: Wed, 20 Feb 2008 22:51:28 +0000 (+0000) Subject: Now functions can return aggregate values. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2102cab02f65fa89e18aa0a2ba98f53ecc322f03;p=oota-llvm.git Now functions can return aggregate values. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47409 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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()