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 | b116142d3baab3b4e8ac3551b82c14c9ca1fe242 (patch) | |
tree | d25eaf445b44f7c5915d2a219ea8b6a8c9c627c6 /test/CodeGen | |
parent | 5047d7657503dfa8f7d97909c9d5c198646cd0ed (diff) | |
download | external_llvm-b116142d3baab3b4e8ac3551b82c14c9ca1fe242.zip external_llvm-b116142d3baab3b4e8ac3551b82c14c9ca1fe242.tar.gz external_llvm-b116142d3baab3b4e8ac3551b82c14c9ca1fe242.tar.bz2 |
Revert r129875, XFAILing this test for arm, since the fix was reverted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/Generic/2010-11-04-BigByval.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/2010-11-04-BigByval.ll b/test/CodeGen/Generic/2010-11-04-BigByval.ll index df2ca4c..ecb354e 100644 --- a/test/CodeGen/Generic/2010-11-04-BigByval.ll +++ b/test/CodeGen/Generic/2010-11-04-BigByval.ll @@ -1,5 +1,6 @@ ; RUN: llc < %s ; PR7170 +; XFAIL: arm %big = type [131072 x i8] |