Eliminate more uses of llvm-as and llvm-dis.
[oota-llvm.git] / test / CodeGen / ARM / vrsqrte.ll
index 4f119775248727651e849bf485ce973046694c31..5eb9494db590ce91bbd7a820d3757dac8872aa38 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=arm -mattr=+neon > %t
+; RUN: llc < %s -march=arm -mattr=+neon > %t
 ; RUN: grep {vrsqrte\\.u32} %t | count 2
 ; RUN: grep {vrsqrte\\.f32} %t | count 2