aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2006-11-28-Memcpy.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-11-29 05:19:32 +0000
committerChris Lattner <sabre@nondot.org>2006-11-29 05:19:32 +0000
commitf4d4d9adadf1288bde9bb556f36c62d838b4df95 (patch)
tree67965a66827041fd530bbb0a48bcf14a230bb604 /test/CodeGen/X86/2006-11-28-Memcpy.ll
parent458cf462ef67e2169942775fac21e784bc26f208 (diff)
downloadexternal_llvm-f4d4d9adadf1288bde9bb556f36c62d838b4df95.zip
external_llvm-f4d4d9adadf1288bde9bb556f36c62d838b4df95.tar.gz
external_llvm-f4d4d9adadf1288bde9bb556f36c62d838b4df95.tar.bz2
This fails on mainline.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32007 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2006-11-28-Memcpy.ll')
-rw-r--r--test/CodeGen/X86/2006-11-28-Memcpy.ll2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2006-11-28-Memcpy.ll b/test/CodeGen/X86/2006-11-28-Memcpy.ll
index c7bf575..313c0ac 100644
--- a/test/CodeGen/X86/2006-11-28-Memcpy.ll
+++ b/test/CodeGen/X86/2006-11-28-Memcpy.ll
@@ -3,6 +3,8 @@
; RUN: llvm-as < %s | llc -march=x86 | grep 'movl _bytes2' | wc -l | grep 1
; PR1022, 1023
+; XFAIL: *
+
%fmt = constant [4 x sbyte] c"%x\0A\00"
%bytes = constant [4 x sbyte] c"\AA\BB\CC\DD"
%bytes2 = global [4 x sbyte] c"\AA\BB\CC\DD"