summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vrshrn.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/vrshrn.ll')
-rw-r--r--test/CodeGen/ARM/vrshrn.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/vrshrn.ll b/test/CodeGen/ARM/vrshrn.ll
index 8af24fd4d6..3dd21bc176 100644
--- a/test/CodeGen/ARM/vrshrn.ll
+++ b/test/CodeGen/ARM/vrshrn.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 {vrshrn\\.i16} %t | count 1
; RUN: grep {vrshrn\\.i32} %t | count 1
; RUN: grep {vrshrn\\.i64} %t | count 1