[llvm-commits] CVS: llvm/test/Regression/Analysis/DSGraph/strcpy.ll
Chris Lattner
lattner at cs.uiuc.edu
Tue Mar 16 14:06:01 PST 2004
Changes in directory llvm/test/Regression/Analysis/DSGraph:
strcpy.ll updated: 1.1 -> 1.2
---
Log message:
Fix testcase
---
Diffs of the changes: (+1 -1)
Index: llvm/test/Regression/Analysis/DSGraph/strcpy.ll
diff -u llvm/test/Regression/Analysis/DSGraph/strcpy.ll:1.1 llvm/test/Regression/Analysis/DSGraph/strcpy.ll:1.2
--- llvm/test/Regression/Analysis/DSGraph/strcpy.ll:1.1 Fri Feb 20 17:05:43 2004
+++ llvm/test/Regression/Analysis/DSGraph/strcpy.ll Tue Mar 16 14:04:55 2004
@@ -3,7 +3,7 @@
; has no defined way to check for this, so DSA can know that strcpy doesn't
; require merging the input arguments.
-; RUN: analyze %s -datastructure-gc --dsgc-abort-if-merged=A,B --dsgc-check-flags=A:SM,B:SR --dsgc-dspass=bu
+; RUN: analyze %s -datastructure-gc --dsgc-abort-if-merged=A,B --dsgc-check-flags=A:ASM,B:ASR --dsgc-dspass=bu
implementation
More information about the llvm-commits
mailing list