summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/vrecpe.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/vrecpe.ll')
-rw-r--r--llvm/test/CodeGen/ARM/vrecpe.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/vrecpe.ll b/llvm/test/CodeGen/ARM/vrecpe.ll
index 622725bce3b..a97054fa927 100644
--- a/llvm/test/CodeGen/ARM/vrecpe.ll
+++ b/llvm/test/CodeGen/ARM/vrecpe.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 {vrecpe\\.u32} %t | count 2
; RUN: grep {vrecpe\\.f32} %t | count 2
OpenPOWER on IntegriCloud