[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-11-28-Memcpy.ll
Evan Cheng
evan.cheng at apple.com
Wed Nov 29 00:23:14 PST 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
2006-11-28-Memcpy.ll updated: 1.2 -> 1.3
---
Log message:
Fix test.
---
Diffs of the changes: (+1 -3)
2006-11-28-Memcpy.ll | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
Index: llvm/test/Regression/CodeGen/X86/2006-11-28-Memcpy.ll
diff -u llvm/test/Regression/CodeGen/X86/2006-11-28-Memcpy.ll:1.2 llvm/test/Regression/CodeGen/X86/2006-11-28-Memcpy.ll:1.3
--- llvm/test/Regression/CodeGen/X86/2006-11-28-Memcpy.ll:1.2 Tue Nov 28 23:19:32 2006
+++ llvm/test/Regression/CodeGen/X86/2006-11-28-Memcpy.ll Wed Nov 29 02:22:59 2006
@@ -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"
More information about the llvm-commits
mailing list