diff options
author | Chris Lattner <sabre@nondot.org> | 2006-11-29 05:19:32 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-11-29 05:19:32 +0000 |
commit | f4d4d9adadf1288bde9bb556f36c62d838b4df95 (patch) | |
tree | 67965a66827041fd530bbb0a48bcf14a230bb604 /test/CodeGen | |
parent | 458cf462ef67e2169942775fac21e784bc26f208 (diff) | |
download | external_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')
-rw-r--r-- | test/CodeGen/X86/2006-11-28-Memcpy.ll | 2 |
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" |