CodeGen: soften f16 type by default instead of marking legal.
[oota-llvm.git] / test / CodeGen / ARM / arguments2.ll
index eb7e45b4f36649f5401df49c227232d5607641af..a515ad75a66947c23cbb9ad5e6c1eac932e6d490 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -mtriple=arm-linux-gnueabi
-; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin
+; RUN: llc < %s -mtriple=arm-linux-gnueabi
+; RUN: llc < %s -mtriple=arm-apple-darwin
 
 define i32 @f(i32 %a, i128 %b) {
         %tmp = call i32 @g(i128 %b)