Guard fabs to bfc convert with V6T2 flag
[oota-llvm.git] / test / CodeGen / ARM / ret_void.ll
index c1c1556691f05c5b9daae8b4a687e10a1687165b..93dc5c1f654dc4b7a5fe57febbf44831bce9b672 100644 (file)
@@ -1,4 +1,6 @@
-; RUN: llvm-as < %s | llc -march=arm
-void %test() {
-  ret void
+; RUN: llc -mtriple=arm-eabi %s -o /dev/null
+
+define void @test() {
+        ret void
 }
+