Disable PRE for now. It seems to be breaking llvm-gcc bootstrapping.
[oota-llvm.git] / test / Assembler / 2005-01-31-CallingAggregateFunction.ll
index e6baf34a6c74b8f95eb0e4a854020fdacea341f6..14045138f811e04975f073e85cd943ae6833d0d1 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: llvm-as %s -o /dev/null -f 
+; RUN: llvm-as %s -o /dev/null -f 
 
 define void @test() {
-       call {} @foo()
+       call {i32} @foo()
        ret void
 }
 
-declare {} @foo()
+declare {i32 } @foo()