diff options
author | Stuart Hastings <stuart@apple.com> | 2011-04-20 21:47:45 +0000 |
---|---|---|
committer | Stuart Hastings <stuart@apple.com> | 2011-04-20 21:47:45 +0000 |
commit | 1b06a10d62ba658c2a6ef37bcdc76b388a0392e2 (patch) | |
tree | ab4c85e592a2b71fa47386baed7f44de890d3600 /llvm/test/CodeGen/Generic | |
parent | 0ce75e834f68a1a8052c1bcc6fb5db7bb1e6f746 (diff) | |
download | bcm5719-llvm-1b06a10d62ba658c2a6ef37bcdc76b388a0392e2.tar.gz bcm5719-llvm-1b06a10d62ba658c2a6ef37bcdc76b388a0392e2.zip |
Un-XFAIL this test for ARM. <rdar://problem/7662569>
llvm-svn: 129875
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r-- | llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll b/llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll index ecb354ed175..df2ca4c18a0 100644 --- a/llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll +++ b/llvm/test/CodeGen/Generic/2010-11-04-BigByval.ll @@ -1,6 +1,5 @@ ; RUN: llc < %s ; PR7170 -; XFAIL: arm %big = type [131072 x i8] |