[GMR] Add a late run of GlobalsModRef to the main pass pipeline behind
[oota-llvm.git] / test / Assembler / 2005-01-31-CallingAggregateFunction.ll
index ebe2ee9e76ef16bd8c801e168212e9642d12a498..a5a917d08abaadd70880b15b5e559de9f6ba3791 100644 (file)
@@ -1,9 +1,9 @@
-; RUN: llvm-as < %s -o /dev/null -f 
-; XFAIL: *
+; RUN: llvm-as %s -o /dev/null
+; RUN: verify-uselistorder %s
 
 define void @test() {
-       call {} @foo()
+       call {i32} @foo()
        ret void
 }
 
-declare {} @foo()
+declare {i32 } @foo()