diff options
author | David Meyer <pdox@google.com> | 2011-09-26 06:13:20 +0000 |
---|---|---|
committer | David Meyer <pdox@google.com> | 2011-09-26 06:13:20 +0000 |
commit | 8f418b11d23c05850c37d2f2c1933fefcae25719 (patch) | |
tree | 4e767698981264ad0ce6a11a8090eb3d098c9d7a /test/CodeGen/Generic | |
parent | 100d86ada512e495104580b71e28599308fb7365 (diff) |
PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 2011-06-09-TailCallByVal and 2010-11-04-BigByval
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140516 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
-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] |