summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
diff options
context:
space:
mode:
authorDavid Meyer <pdox@google.com>2011-09-26 06:13:20 +0000
committerDavid Meyer <pdox@google.com>2011-09-26 06:13:20 +0000
commit8f418b11d23c05850c37d2f2c1933fefcae25719 (patch)
tree4e767698981264ad0ce6a11a8090eb3d098c9d7a /test/CodeGen/ARM
parent100d86ada512e495104580b71e28599308fb7365 (diff)
downloadllvm-8f418b11d23c05850c37d2f2c1933fefcae25719.tar.gz
llvm-8f418b11d23c05850c37d2f2c1933fefcae25719.tar.bz2
llvm-8f418b11d23c05850c37d2f2c1933fefcae25719.tar.xz
PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 2011-06-09-TailCallByVal and 2010-11-04-BigByval
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140516 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r--test/CodeGen/ARM/2011-06-09-TailCallByVal.ll6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll b/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll
index befda6f605..7f0f795486 100644
--- a/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll
+++ b/test/CodeGen/ARM/2011-06-09-TailCallByVal.ll
@@ -1,8 +1,4 @@
-; DISABLED: llc < %s -relocation-model=pic -mcpu=cortex-a8 -arm-tail-calls=1 | FileCheck %s
-; RUN: false
-
-; byval is currently unsupported.
-; XFAIL: *
+; RUN: llc < %s -relocation-model=pic -mcpu=cortex-a8 -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"