diff options
| author | Dan Gohman <gohman@apple.com> | 2011-09-03 00:14:24 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2011-09-03 00:14:24 +0000 |
| commit | 5423017526f79e99ccceda17efca4bf78eb1335e (patch) | |
| tree | bface7f623fa60af1ea95414aba91ac352c17b31 /llvm | |
| parent | 1f72dd40c7c502a02b82badce2d78ac058a7f3f3 (diff) | |
| download | bcm5719-llvm-5423017526f79e99ccceda17efca4bf78eb1335e.tar.gz bcm5719-llvm-5423017526f79e99ccceda17efca4bf78eb1335e.zip | |
Revert r129875, XFAILing this test for arm, since the fix was reverted.
llvm-svn: 139058
Diffstat (limited to 'llvm')
| -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] |

