summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vrecps.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/vrecps.ll')
-rw-r--r--test/CodeGen/ARM/vrecps.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/vrecps.ll b/test/CodeGen/ARM/vrecps.ll
index 7ded4157f0..5ddd60b336 100644
--- a/test/CodeGen/ARM/vrecps.ll
+++ b/test/CodeGen/ARM/vrecps.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=arm -mattr=+neon > %t
+; RUN: llc < %s -march=arm -mattr=+neon > %t
; RUN: grep {vrecps\\.f32} %t | count 2
define <2 x float> @vrecpsf32(<2 x float>* %A, <2 x float>* %B) nounwind {