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 | b1fbf9ff2639e8fb10d5fa21b84aa019f85e74c9 (patch) | |
tree | 1e2df18e4db5acaafdc8940b557c2e771a4652d2 /llvm/test/CodeGen/Generic | |
parent | 45faba98b436a4039635e245f118a3c3ee73e609 (diff) | |
download | bcm5719-llvm-b1fbf9ff2639e8fb10d5fa21b84aa019f85e74c9.tar.gz bcm5719-llvm-b1fbf9ff2639e8fb10d5fa21b84aa019f85e74c9.zip |
PR11004: Inline memcpy to avoid generating nested call sequence. Un-XFAIL 2011-06-09-TailCallByVal and 2010-11-04-BigByval
llvm-svn: 140516
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] |