summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/fast-isel-call.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-12-20 18:26:50 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-12-20 18:26:50 +0000
commitafff941211526a31f931aa9fcac84ae42ff60ef0 (patch)
treed7d5033f40668d97aaa1753a1fdf4414282658d7 /test/CodeGen/ARM/fast-isel-call.ll
parentd7c9e08b6bcf15655919960e214b9b91677cdde9 (diff)
downloadllvm-afff941211526a31f931aa9fcac84ae42ff60ef0.tar.gz
llvm-afff941211526a31f931aa9fcac84ae42ff60ef0.tar.bz2
llvm-afff941211526a31f931aa9fcac84ae42ff60ef0.tar.xz
ARM target code clean up. Check for iOS, not Darwin where it makes sense.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146981 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fast-isel-call.ll')
-rw-r--r--test/CodeGen/ARM/fast-isel-call.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/fast-isel-call.ll b/test/CodeGen/ARM/fast-isel-call.ll
index 695dbba6cc..dd460b2a03 100644
--- a/test/CodeGen/ARM/fast-isel-call.ll
+++ b/test/CodeGen/ARM/fast-isel-call.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-darwin | FileCheck %s --check-prefix=ARM
-; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-darwin | FileCheck %s --check-prefix=THUMB
+; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=armv7-apple-ios | FileCheck %s --check-prefix=ARM
+; RUN: llc < %s -O0 -fast-isel-abort -relocation-model=dynamic-no-pic -mtriple=thumbv7-apple-ios | FileCheck %s --check-prefix=THUMB
define i32 @t0(i1 zeroext %a) nounwind {
%1 = zext i1 %a to i32