[llvm-commits] [llvm] r47409 - /llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll

Devang Patel dpatel at apple.com
Wed Feb 20 14:51:28 PST 2008


Author: dpatel
Date: Wed Feb 20 16:51:28 2008
New Revision: 47409

URL: http://llvm.org/viewvc/llvm-project?rev=47409&view=rev
Log:
Now functions can return aggregate values.

Modified:
    llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll

Modified: llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll?rev=47409&r1=47408&r2=47409&view=diff

==============================================================================
--- llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll (original)
+++ llvm/trunk/test/Assembler/2005-01-31-CallingAggregateFunction.ll Wed Feb 20 16:51:28 2008
@@ -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()





More information about the llvm-commits mailing list