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