[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll

Chris Lattner lattner at cs.uiuc.edu
Fri Feb 13 10:10:05 PST 2004


Changes in directory llvm/test/Regression/Analysis/DSGraph:

2004-02-13-memcpy.ll updated: 1.1 -> 1.2

---
Log message:

Right, memcpy READS memory too :)


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

Index: llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll
diff -u llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll:1.1 llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll:1.2
--- llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll:1.1	Fri Feb 13 10:04:51 2004
+++ llvm/test/Regression/Analysis/DSGraph/2004-02-13-memcpy.ll	Fri Feb 13 10:09:37 2004
@@ -1,4 +1,4 @@
-; RUN: analyze %s -datastructure-gc -dsgc-check-flags=X:SM
+; RUN: analyze %s -datastructure-gc -dsgc-check-flags=X:SMR
 
 declare void %llvm.memcpy(sbyte*, sbyte*, uint, uint)
 





More information about the llvm-commits mailing list