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