summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2011-06-16-TailCallByVal.ll')
-rw-r--r--test/CodeGen/ARM/2011-06-16-TailCallByVal.ll5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll b/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
index 3e78c462385..101a91396eb 100644
--- a/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
+++ b/test/CodeGen/ARM/2011-06-16-TailCallByVal.ll
@@ -1,4 +1,9 @@
; RUN: llc < %s -arm-tail-calls=1 | 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"