aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/vselect_imax.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/vselect_imax.ll')
-rw-r--r--test/CodeGen/ARM/vselect_imax.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/vselect_imax.ll b/test/CodeGen/ARM/vselect_imax.ll
index 9ea56a47bd23..e999034fa47e 100644
--- a/test/CodeGen/ARM/vselect_imax.ll
+++ b/test/CodeGen/ARM/vselect_imax.ll
@@ -1,5 +1,5 @@
; RUN: opt < %s -cost-model -analyze -mtriple=thumbv7-apple-ios6.0.0 -march=arm -mcpu=cortex-a8 | FileCheck %s --check-prefix=COST
-; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
+; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s
; Make sure that ARM backend with NEON handles vselect.
define void @vmax_v4i32(<4 x i32>* %m, <4 x i32> %a, <4 x i32> %b) {