summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/reg_sequence.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2012-09-20 21:35:21 +0000
committerEvan Cheng <evan.cheng@apple.com>2012-09-20 21:35:21 +0000
commit2dad6b501b5148faef16b85cfea59d7462bad0fd (patch)
tree09bdf9d3e4a8555d34b23adcb9cdc133774adfd6 /test/CodeGen/ARM/reg_sequence.ll
parent902ba576fd50673fa1de1a156f0a514a0c85dbbd (diff)
downloadllvm-2dad6b501b5148faef16b85cfea59d7462bad0fd.tar.gz
llvm-2dad6b501b5148faef16b85cfea59d7462bad0fd.tar.bz2
llvm-2dad6b501b5148faef16b85cfea59d7462bad0fd.tar.xz
Try to make these tests more portable.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/reg_sequence.ll')
-rw-r--r--test/CodeGen/ARM/reg_sequence.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/reg_sequence.ll b/test/CodeGen/ARM/reg_sequence.ll
index 92c0f0a18c..206b96cd07 100644
--- a/test/CodeGen/ARM/reg_sequence.ll
+++ b/test/CodeGen/ARM/reg_sequence.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s
-; RUN: llc < %s -march=arm -mcpu=cortex-a8 -regalloc=basic | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-ios -mcpu=cortex-a8 | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-ios -mcpu=cortex-a8 -regalloc=basic | FileCheck %s
; Implementing vld / vst as REG_SEQUENCE eliminates the extra vmov's.
%struct.int16x8_t = type { <8 x i16> }