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