Fix test.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 29 Nov 2006 08:22:59 +0000 (08:22 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 29 Nov 2006 08:22:59 +0000 (08:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32015 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2006-11-28-Memcpy.ll

index 313c0acc9584d52e0c1f0406732af87c5a13414b..0726f80de17881b6c045f02a38ca7e2f2b009543 100644 (file)
@@ -1,10 +1,8 @@
 ; RUN: llvm-as < %s | llc -march=x86 &&
-; RUN: llvm-as < %s | llc -march=x86 | grep 3721182122 | wc -l | grep 1 &&
+; RUN: llvm-as < %s | llc -march=x86 | grep 3721182122 | wc -l | grep 2 &&
 ; 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"