summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/veor.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/veor.ll')
-rw-r--r--llvm/test/CodeGen/ARM/veor.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/veor.ll b/llvm/test/CodeGen/ARM/veor.ll
index 47a5f3f9f7e..a354f931e63 100644
--- a/llvm/test/CodeGen/ARM/veor.ll
+++ b/llvm/test/CodeGen/ARM/veor.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 veor %t | count 8
; Note: function names do not include "veor" to allow simple grep for opcodes
OpenPOWER on IntegriCloud