Right, memcpy READS memory too :)

llvm-svn: 11373
This commit is contained in:
Chris Lattner 2004-02-13 16:09:37 +00:00
parent 0a49bcb009
commit 7eec19cf38
1 changed files with 1 additions and 1 deletions

View File

@ -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)