diff options
author | Andrew Lenharth <andrewl@lenharth.org> | 2006-04-05 03:31:45 +0000 |
---|---|---|
committer | Andrew Lenharth <andrewl@lenharth.org> | 2006-04-05 03:31:45 +0000 |
commit | 34bf973cf87682176a7e5457b8603941b6b83b27 (patch) | |
tree | 03a386ab09d0229886bde643a218e2892c31171f | |
parent | aed967dbfed066671441233aaa4f493c102b6972 (diff) |
make this test less exacting
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27429 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Analysis/DSGraph/2004-02-13-memcpy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/DSGraph/2004-02-13-memcpy.ll b/test/Analysis/DSGraph/2004-02-13-memcpy.ll index e2fcfee177..105709f12e 100644 --- a/test/Analysis/DSGraph/2004-02-13-memcpy.ll +++ b/test/Analysis/DSGraph/2004-02-13-memcpy.ll @@ -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) |