This fails on mainline.

llvm-svn: 32007
This commit is contained in:
Chris Lattner 2006-11-29 05:19:32 +00:00
parent a7942b7bbd
commit 7b34c1391a
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
; RUN: llvm-as < %s | llc -march=x86 | grep 'movl _bytes2' | wc -l | grep 1 ; RUN: llvm-as < %s | llc -march=x86 | grep 'movl _bytes2' | wc -l | grep 1
; PR1022, 1023 ; PR1022, 1023
; XFAIL: *
%fmt = constant [4 x sbyte] c"%x\0A\00" %fmt = constant [4 x sbyte] c"%x\0A\00"
%bytes = constant [4 x sbyte] c"\AA\BB\CC\DD" %bytes = constant [4 x sbyte] c"\AA\BB\CC\DD"
%bytes2 = global [4 x sbyte] c"\AA\BB\CC\DD" %bytes2 = global [4 x sbyte] c"\AA\BB\CC\DD"