diff options
author | Stuart Hastings <stuart@apple.com> | 2011-04-05 17:16:21 +0000 |
---|---|---|
committer | Stuart Hastings <stuart@apple.com> | 2011-04-05 17:16:21 +0000 |
commit | 345094777f9392b422aa01a9245cd18ed9b9dd10 (patch) | |
tree | 2734939a9a0302356ebd40bee78417a8ced88f13 /llvm/test/CodeGen | |
parent | ec343e8544195650ad22f023ac10b7b91b3d8d0e (diff) | |
download | bcm5719-llvm-345094777f9392b422aa01a9245cd18ed9b9dd10.tar.gz bcm5719-llvm-345094777f9392b422aa01a9245cd18ed9b9dd10.zip |
ARM doesn't support byval yet. XFAIL this test until it does.
llvm-svn: 128891
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll b/llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll index df2ca4c18a0..ecb354ed175 100644 --- a/llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll +++ b/llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll @@ -1,5 +1,6 @@ ; RUN: llc < %s ; PR7170 +; XFAIL: arm %big = type [131072 x i8] |