Revert r198208 and reapply:
[oota-llvm.git] / test / CodeGen / Generic / ret42.ll
index ac14231b8b8c1fb6b6afb6061bea77c6e3298b85..f5cd33dc0b212e09e163637f5f2bce761305832e 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc
+; RUN: llc < %s
 
-int %main() {  
-  ret int 42
+define i32 @main() {  
+  ret i32 42
 }