In addition to arguments passed to it, memcpy (and all other calls) can ModRef pointe...
authorOwen Anderson <resistor@mac.com>
Tue, 19 Feb 2008 06:47:18 +0000 (06:47 +0000)
committerOwen Anderson <resistor@mac.com>
Tue, 19 Feb 2008 06:47:18 +0000 (06:47 +0000)
commit851bfff50f7251e4d00b5fffbb5e140544cc4a63
tree78a4a45dc19318395c574b94ce01e5c3ded9eccc
parent61c24e96b1ee5245e0b382a35773d2bc41919880
In addition to arguments passed to it, memcpy (and all other calls) can ModRef pointers that alias their arguments as well.  This fixes PR2057.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47317 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BasicAliasAnalysis.cpp