diff options
author | Evan Cheng <evan.cheng@apple.com> | 2011-12-20 18:26:50 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2011-12-20 18:26:50 +0000 |
commit | 68132d80936c4a708cc12fdb08c0aba1e8ecd5b7 (patch) | |
tree | 165eecbd29b71f257b6f93f0ffb7a515c61e04de /llvm/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll | |
parent | 21823bfe318a02a73f96e05c368211b640f6bc53 (diff) | |
download | bcm5719-llvm-68132d80936c4a708cc12fdb08c0aba1e8ecd5b7.tar.gz bcm5719-llvm-68132d80936c4a708cc12fdb08c0aba1e8ecd5b7.zip |
ARM target code clean up. Check for iOS, not Darwin where it makes sense.
llvm-svn: 146981
Diffstat (limited to 'llvm/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll b/llvm/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll index 7baacfe79a6..3e78c462385 100644 --- a/llvm/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll +++ b/llvm/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -arm-tail-calls=1 | FileCheck %s 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-darwin10" +target triple = "thumbv7-apple-ios" %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 }> |