Now functions can return aggregate values.
authorDevang Patel <dpatel@apple.com>
Wed, 20 Feb 2008 22:51:28 +0000 (22:51 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 20 Feb 2008 22:51:28 +0000 (22:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47409 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2005-01-31-CallingAggregateFunction.ll

index 9fb805498cbb76f1ab91098ae74f44791c6c4c60..997bbfad7a5b029e120e6502ae14f0b5314f61c4 100644 (file)
@@ -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()