summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-03-11 15:09:49 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-03-11 15:09:49 +0000
commit2b42ff6fdbe07b5c9bbc2831e28f3ff4529eb64f (patch)
treec1fda7b8ea3e8fad39df3705558f79dd12ecbe56 /test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
parentcde1f2eae22be05c4a68d0e8c77c58f1883d332b (diff)
ARM: remove ancient -arm-tail-calls option
This option is from 2010, designed to work around a linker issue on Darwin for ARM. According to grosbach this is no longer an issue and this option can safely be removed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203576 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2011-06-16-TailCallByVal.ll')
-rw-r--r--test/CodeGen/ARM/2011-06-16-TailCallByVal.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll b/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
index 101a91396eb..d93cc57574b 100644
--- a/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
+++ b/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
@@ -1,11 +1,11 @@
-; RUN: llc < %s -arm-tail-calls=1 | FileCheck %s
+; RUN: llc < %s | FileCheck %s
; tail call inside a function where byval argument is splitted between
; registers and stack is currently unsupported.
; XFAIL: *
target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:32:64-v128:32:128-a0:0:32-n32"
-target triple = "thumbv7-apple-ios"
+target triple = "thumbv7-apple-ios5.0"
%struct.A = type <{ i16, i16, i32, i16, i16, i32, i16, [8 x %struct.B], [418 x i8], %struct.C }>
%struct.B = type <{ i32, i16, i16 }>