Add some more FIXME's for indexed loads and stores.
[oota-llvm.git] / test / Assembler / 2005-01-31-CallingAggregateFunction.ll
index 7eff6343f28f1ef6758257a1efbc022b8fa6ffaa..e6baf34a6c74b8f95eb0e4a854020fdacea341f6 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as 2>&1 < %s -o /dev/null -f | \
-; RUN:    grep "LLVM functions cannot return aggregate types"
+; RUN: llvm-as < %s -o /dev/null -f 
 
 define void @test() {
        call {} @foo()