summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/largeimmprinting.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2011-09-01 23:07:08 +0000
committerDan Gohman <gohman@apple.com>2011-09-01 23:07:08 +0000
commit6b13cd415493187b4c597fc1a60fae314067cdb2 (patch)
tree7f8c192df24bf63bad67ef8f15b05f8a1f651da4 /test/CodeGen/Mips/largeimmprinting.ll
parent36a16015ac108e2f0dd2d6d96a6d364bc74c50d7 (diff)
downloadllvm-6b13cd415493187b4c597fc1a60fae314067cdb2.tar.gz
llvm-6b13cd415493187b4c597fc1a60fae314067cdb2.tar.bz2
llvm-6b13cd415493187b4c597fc1a60fae314067cdb2.tar.xz
Revert r131152, r129796, r129761. This code is currently considered
to be unreliable on platforms which require memcpy calls, and it is complicating broader legalize cleanups. It is hoped that these cleanups will make memcpy byval easier to implement in the future. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138977 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/largeimmprinting.ll')
-rw-r--r--test/CodeGen/Mips/largeimmprinting.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/Mips/largeimmprinting.ll b/test/CodeGen/Mips/largeimmprinting.ll
index fcc20f7994..e6ebefa035 100644
--- a/test/CodeGen/Mips/largeimmprinting.ll
+++ b/test/CodeGen/Mips/largeimmprinting.ll
@@ -1,5 +1,8 @@
; RUN: llc -march=mipsel -mcpu=4ke < %s | FileCheck %s
+; byval is currently unsupported.
+; XFAIL: *
+
%struct.S1 = type { [65536 x i8] }
@s1 = external global %struct.S1