aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/vicmp.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/vicmp.ll')
-rw-r--r--test/CodeGen/ARM/vicmp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/vicmp.ll b/test/CodeGen/ARM/vicmp.ll
index 0a8f103..bebb320 100644
--- a/test/CodeGen/ARM/vicmp.ll
+++ b/test/CodeGen/ARM/vicmp.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
+; RUN: llc -mtriple=arm -mattr=+neon %s -o - | FileCheck %s
; This tests icmp operations that do not map directly to NEON instructions.
; Not-equal (ne) operations are implemented by VCEQ/VMVN. Less-than (lt/ult)