summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-03-16 20:04:55 +0000
committerChris Lattner <sabre@nondot.org>2004-03-16 20:04:55 +0000
commita0fb904d18dc0d80d369121f80a79d6790fc41c2 (patch)
tree5551e212314cec88865b485785e9541e8be8d3fb
parentfa48edfb7dd94483828d37c536edd6dffb6b0bf3 (diff)
downloadllvm-a0fb904d18dc0d80d369121f80a79d6790fc41c2.tar.gz
Fix testcase
llvm-svn: 12444
-rw-r--r--llvm/test/Regression/Analysis/DSGraph/strcpy.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Regression/Analysis/DSGraph/strcpy.ll b/llvm/test/Regression/Analysis/DSGraph/strcpy.ll
index 5ef59ae8d3e5..7cb201198794 100644
--- a/llvm/test/Regression/Analysis/DSGraph/strcpy.ll
+++ b/llvm/test/Regression/Analysis/DSGraph/strcpy.ll
@@ -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