Covert this test to .s form.
[oota-llvm.git] / test / CodeGen / Generic / ret0.ll
index 439a2f3284b9c5ab02bd8b926293ab0f01b01dfb..9e628a1a1409e2e0e4fcc232831145c024f02d9b 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc
+; RUN: llc < %s
 
-int %main() {  
-  ret int 0
+define i32 @main() {  
+  ret i32 0
 }