make this test less exacting
authorAndrew Lenharth <andrewl@lenharth.org>
Wed, 5 Apr 2006 03:31:45 +0000 (03:31 +0000)
committerAndrew Lenharth <andrewl@lenharth.org>
Wed, 5 Apr 2006 03:31:45 +0000 (03:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27429 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/DSGraph/2004-02-13-memcpy.ll

index e2fcfee177fcd638b6ff03784b516fbcbdf3cfdc..105709f12ecc68d0dd1698b37e65364c4a6d0928 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: analyze %s -datastructure-gc -dsgc-check-flags=Xn:SMR
-; RUN: analyze %s -datastructure-gc -dsgc-check-flags=X:SM
+; RUN: analyze %s -datastructure-gc -dsgc-check-flags=X:SMR
 
 declare void %llvm.memcpy.i32(sbyte*, sbyte*, uint, uint)
 declare void %llvm.memmove.i32(sbyte*, sbyte*, uint, uint)