summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/vshift_split.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/vshift_split.ll')
-rw-r--r--llvm/test/CodeGen/ARM/vshift_split.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/vshift_split.ll b/llvm/test/CodeGen/ARM/vshift_split.ll
index a44db66326e..f05921f05dc 100644
--- a/llvm/test/CodeGen/ARM/vshift_split.ll
+++ b/llvm/test/CodeGen/ARM/vshift_split.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=arm -mattr=-neon
+; RUN: llc < %s -march=arm -mattr=-neon
; Example that requires splitting and expanding a vector shift.
define <2 x i64> @update(<2 x i64> %val) nounwind readnone {
OpenPOWER on IntegriCloud