Fix testcase
authorChris Lattner <sabre@nondot.org>
Tue, 16 Mar 2004 20:04:55 +0000 (20:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Mar 2004 20:04:55 +0000 (20:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12444 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/DSGraph/strcpy.ll

index 5ef59ae8d3e5b45996b5c0da291837f4cf16942b..7cb201198794327ceb3b3610df8826b3058aa322 100644 (file)
@@ -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