aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/vrsqrts.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/vrsqrts.ll')
-rw-r--r--test/CodeGen/ARM/vrsqrts.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/vrsqrts.ll b/test/CodeGen/ARM/vrsqrts.ll
index 3fd0567..46a4ce9 100644
--- a/test/CodeGen/ARM/vrsqrts.ll
+++ b/test/CodeGen/ARM/vrsqrts.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 {vrsqrts\\.f32} %t | count 2
define <2 x float> @vrsqrtsf32(<2 x float>* %A, <2 x float>* %B) nounwind {