Two sets of changes. Sorry they are intermingled.
[oota-llvm.git] / test / CodeGen / ARM / arguments3.ll
index 97c040521d8b602bb2c2aff2304df1b680e96b6d..58f64c6c2f108b231982998d0d8f73769fc4b134 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 i64 @f(i32 %a, i128 %b) {
         %tmp = call i64 @g(i128 %b)