[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll

Chris Lattner sabre at nondot.org
Mon Nov 6 20:12:17 PST 2006



Changes in directory llvm/test/Regression/CodeGen/Generic:

2006-11-06-MemIntrinsicExpand.ll updated: 1.1 -> 1.2
---
Log message:

wrong bug #


---
Diffs of the changes:  (+1 -1)

 2006-11-06-MemIntrinsicExpand.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll
diff -u llvm/test/Regression/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll:1.1 llvm/test/Regression/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll:1.2
--- llvm/test/Regression/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll:1.1	Mon Nov  6 22:11:14 2006
+++ llvm/test/Regression/CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll	Mon Nov  6 22:12:03 2006
@@ -1,7 +1,7 @@
 ; RUN: llvm-as < %s | llc -march=x86 &&
 ; RUN: llvm-as < %s | llc -march=x86 | not grep adc
 
-; PR988
+; PR987
 
 declare void %llvm.memcpy.i64(sbyte*, sbyte*, ulong, uint)
 






More information about the llvm-commits mailing list