summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-02-13 16:09:37 +0000
committerChris Lattner <sabre@nondot.org>2004-02-13 16:09:37 +0000
commitc201a7a91133303e4489e78da00ce37097ef8e6f (patch)
tree4f8eb669ad914ea6f77ec999ea88bdcc8fd6adc1
parent7f007250e1eacb8de1dcde8ec4444acab89bb4a7 (diff)
downloadllvm-c201a7a91133303e4489e78da00ce37097ef8e6f.tar.gz
llvm-c201a7a91133303e4489e78da00ce37097ef8e6f.tar.bz2
llvm-c201a7a91133303e4489e78da00ce37097ef8e6f.tar.xz
Right, memcpy READS memory too :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11373 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Analysis/DSGraph/2004-02-13-memcpy.ll2
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 aefe2e587b..5760712fdf 100644
--- a/test/Analysis/DSGraph/2004-02-13-memcpy.ll
+++ b/test/Analysis/DSGraph/2004-02-13-memcpy.ll
@@ -1,4 +1,4 @@
-; RUN: analyze %s -datastructure-gc -dsgc-check-flags=X:SM
+; RUN: analyze %s -datastructure-gc -dsgc-check-flags=X:SMR
declare void %llvm.memcpy(sbyte*, sbyte*, uint, uint)