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 | 2575a9c606cccca33a9b1138ff6e4395d886eedd (patch) | |
tree | 83e8ab8132a4ab5382ecb5682967d802dd37ebc4 /test | |
parent | e5ff344fc03351eaf8bb3303d0fe359378c09684 (diff) |
Un-XFAIL this test for ARM. <rdar://problem/7662569>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Generic/2010-11-04-BigByval.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2010-11-04-BigByval.ll b/test/CodeGen/Generic/2010-11-04-BigByval.ll index ecb354ed17..df2ca4c18a 100644 --- a/test/CodeGen/Generic/2010-11-04-BigByval.ll +++ b/test/CodeGen/Generic/2010-11-04-BigByval.ll @@ -1,6 +1,5 @@ ; RUN: llc < %s ; PR7170 -; XFAIL: arm %big = type [131072 x i8] |